-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Switch to native arm runners for wheel builds #10396
Conversation
No functional change, otherwise that it should build a bit faster since its split up some more
CodSpeed Performance ReportMerging #10396 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #10396 +/- ##
=======================================
Coverage 98.76% 98.76%
=======================================
Files 122 122
Lines 37125 37125
Branches 2044 2044
=======================================
Hits 36666 36666
Misses 319 319
Partials 140 140
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #10398 🤖 @patchback |
(cherry picked from commit 481a837)
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #10399 🤖 @patchback |
(cherry picked from commit 481a837)
…wheel builds (#10398) **This is a backport of PR #10396 as merged into master (481a837).** Not a user facing change as we should get the same wheels in the end, however it should build a bit faster since its using native runners and musl is now split up Co-authored-by: J. Nick Koston <nick@koston.org>
…wheel builds (#10399) **This is a backport of PR #10396 as merged into master (481a837).** Not a user facing change as we should get the same wheels in the end, however it should build a bit faster since its using native runners and musl is now split up Co-authored-by: J. Nick Koston <nick@koston.org>
Not a user facing change as we should get the same wheels in the end, however it should build a bit faster since its using native runners and musl is now split up