Skip to content

Commit

Permalink
fix(query): fix lost data in exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang2014 committed Nov 25, 2024
1 parent 85ced3b commit b713b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ runs:
objcopy --only-keep-debug ./target/${{ inputs.target }}/${{ env.BUILD_PROFILE }}/databend-query ./target/${{ inputs.target }}/${{ env.BUILD_PROFILE }}/databend-query.debug
chmod 0644 ./target/${{ inputs.target }}/${{ env.BUILD_PROFILE }}/databend-query.debug
strip --strip-debug --remove-section=.comment --remove-section=.note ./target/${{ inputs.target }}/${{ env.BUILD_PROFILE }}/databend-query
objcopy --add-gnu-debuglink databend-query.debug databend-query
pushd ./target/${{ inputs.target }}/${{ env.BUILD_PROFILE }} && objcopy --add-gnu-debuglink databend-query.debug databend-query && popd
# - name: Compress Binaries with UPX
# if: env.BUILD_PROFILE == 'debug'
Expand Down

0 comments on commit b713b0f

Please sign in to comment.