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

Commit

Permalink
Only build aarch64 wheels for cpython manylinux (#14259)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Oct 21, 2022
1 parent 5f77b74 commit 1c64215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/14259.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Only build aarch64 wheels for cpython manylinux.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1c64215

Please sign in to comment.