Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 1c64215

Browse files
authored
Only build aarch64 wheels for cpython manylinux (#14259)
1 parent 5f77b74 commit 1c64215

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/14259.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Only build aarch64 wheels for cpython manylinux.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ build-backend = "poetry.core.masonry.api"
318318

319319
[tool.cibuildwheel]
320320
# Skip unsupported platforms (by us or by Rust).
321-
skip = "cp36* *-musllinux_i686"
321+
skip = "cp36* *-musllinux_i686 pp*aarch64 *-musllinux_aarch64"
322322

323323
# We need a rust compiler
324324
before-all = "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y --profile minimal"

0 commit comments

Comments
 (0)