Only build aarch64 wheels for cpython manylinux (#14259)

pull/14280/head
Erik Johnston 2022-10-21 15:22:26 +01:00 committed by GitHub
parent 5f77b74215
commit 1c642156d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/14259.misc Normal file
View File

@ -0,0 +1 @@
Only build aarch64 wheels for cpython manylinux.

View File

@ -318,7 +318,7 @@ build-backend = "poetry.core.masonry.api"
[tool.cibuildwheel]
# Skip unsupported platforms (by us or by Rust).
skip = "cp36* *-musllinux_i686"
skip = "cp36* *-musllinux_i686 pp*aarch64 *-musllinux_aarch64"
# We need a rust compiler
before-all = "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y --profile minimal"