Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
ci: Enable native ARM builders for wheels#29476
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
QuLogic commentedJan 17, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Ubuntu aarch64 has already finished all builds, and x86_64 isn't even finished the first Python 3.13 builds. Maybe we do also want to try testing there too... |
tacaswell commentedJan 17, 2025
I'm inclined to merge this now and follow up with a second PR to run some testing on arm. |
265ee47 intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
…476-on-v3.10.xBackport PR#29476 on branch v3.10.x (ci: Enable native ARM builders for wheels)
PR summary
Now arm64 runners are in public preview:https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/ This should runmuch faster than emulated builds.
This PR does not enable testing as done in#24597, but we might consider it.
(Also removed the unused
MPL_DISABLE_FH4environment variable since we moved to static linking.)PR checklist