Skip to content

Commit

Permalink
Move -Cembed-bitcode to RUSTFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Aug 9, 2024
1 parent 286190d commit ba0ff3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,11 @@ jobs:
with:
target: ${{ matrix.platform.target }}
manylinux: musllinux_1_1
args: --release --locked --out dist --features self-update ${{ matrix.platform.arch == 'aarch64' && '--compatibility 2_17' || ''}} -Cembed-bitcode=yes
args: --release --locked --out dist --features self-update ${{ matrix.platform.arch == 'aarch64' && '--compatibility 2_17' || ''}}
docker-options: ${{ matrix.platform.maturin_docker_options }}
rust-toolchain: ${{ matrix.platform.toolchain || 'stable' }}
env:
RUSTFLAGS: "-Cembed-bitcode=yes"
- uses: uraimo/run-on-arch-action@v2
name: Test wheel
with:
Expand Down

0 comments on commit ba0ff3e

Please sign in to comment.