Skip to content

Commit

Permalink
Revert "Revert "ci: drop native manylinux wheel for dual-tagged one (#…
Browse files Browse the repository at this point in the history
…3685)" (#3762)" (#3778)

Now that we have #3761, it should be
safe to drop these.
  • Loading branch information
charliermarsh committed May 23, 2024
1 parent be81eee commit bb61c2d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,6 @@ jobs:
strategy:
matrix:
platform:
- target: aarch64-unknown-linux-gnu
arch: aarch64
# see https://github.com/astral-sh/ruff/issues/3791
# and https://github.com/gnzlbg/jemallocator/issues/170#issuecomment-1503228963
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
- target: armv7-unknown-linux-gnueabihf
arch: armv7
- target: arm-unknown-linux-musleabihf
Expand All @@ -299,8 +294,6 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
# On `aarch64`, use `manylinux: 2_28`; otherwise, use `manylinux: auto`.
manylinux: ${{ matrix.platform.arch == 'aarch64' && '2_28' || 'auto' }}
docker-options: ${{ matrix.platform.maturin_docker_options }}
args: --release --locked --out dist --features self-update
- uses: uraimo/run-on-arch-action@v2
Expand Down

0 comments on commit bb61c2d

Please sign in to comment.