-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Only build aarch64 wheels for cpython manylinux #14259
Conversation
pyproject.toml
Outdated
@@ -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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be *-musllinux_aarch64
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
D'oh!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this complements #14253 --- we should hopefully only build abi3 wheels for arm64 too?
I think that should happen automatically |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As they are too slow to build for everything else