Skip to content

Commit

Permalink
Revert "Move -Cembed-bitcode to RUSTFLAGS"
Browse files Browse the repository at this point in the history
This reverts commit ba0ff3e.
  • Loading branch information
zanieb committed Aug 9, 2024
1 parent f0ffda4 commit 0022763
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,6 @@ jobs:
args: ${{ matrix.platform.arch == 'ppc64le' && '--profile release-no-lto' || '--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 0022763

Please sign in to comment.