Skip to content

Commit

Permalink
remove static flag from x64 gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Avery committed May 1, 2024
1 parent b09f7d1 commit ccd2b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
if: ${{ matrix.settings.target == 'x86_64-unknown-linux-gnu' }}
env:
TARGET: ${{ matrix.settings.target }}
run: RUSTFLAGS='-C target-feature=+crt-static' cargo build ${{ matrix.features }} -p bws --release --target=${{ matrix.settings.target }}
run: cargo build ${{ matrix.features }} -p bws --release --target=${{ matrix.settings.target }}

- name: Build with cross
if: ${{ matrix.settings.target == 'aarch64-unknown-linux-gnu' }}
Expand Down

0 comments on commit ccd2b72

Please sign in to comment.