-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
BLD: musllinux_aarch64 [wheel build] #24993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Ok, both
|
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.
This looks great! Least painful new wheel builds ever I think:)
The warnings are normal, I've seen them in other builds too. It'd be great to clean that up a bit at some point, but no one has been bothered so far and it's not urgent. So in it goes. Thanks Andrew.
@charris this is easy enough that you may want to consider including it in 1.26.2? |
No problem. That will give us 35 wheels and one source file. We may want to keep an eye on our pypi disk usage. |
Will do. I've gotten a fair amount of experience with asking for space increases:) |
Going to try to build
musllinux_aarch64
andmanylinux_aarch64
in a single matrix entry. This should work for cp310, cp311, cp312, but may fail on cp39 because of theEXPECT_CPU_FEATURES
environment variable. I'm not sure why that's there, because I can't find that environment variable anywhere else in the project, and a search doesn't bring up anything either.