Skip to content

Commit

Permalink
chore(test): update build_linux_hive
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang2014 committed Mar 5, 2023
1 parent 61deb3b commit 8b574d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build_linux_hive/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ runs:
- name: Build Debug
if: inputs.profile == 'debug'
shell: bash
run: cargo build --target ${{ inputs.target }} --bin databend-query --features hive
run: cargo build --target ${{ inputs.target }} --features hive

- name: Build Release
if: inputs.profile == 'release'
shell: bash
run: cargo build --target ${{ inputs.target }} --bin databend-query --features hive --release
run: cargo build --target ${{ inputs.target }} --features hive --release

- shell: bash
run: readelf -p .comment ./target/${{ inputs.target }}/${{ inputs.profile }}/databend-query
Expand Down

0 comments on commit 8b574d7

Please sign in to comment.