-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Build armv7l manylinux wheels #10797
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
related issue #10794 Older versions of cibuildwheel used manylinux images that were missing some tooling needed to do builds. 2.23.0 switched images so that is no longer an issue.
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 #10797 +/- ##
=======================================
Coverage 98.72% 98.72%
=======================================
Files 125 125
Lines 37858 37858
Branches 2091 2091
=======================================
Hits 37375 37375
Misses 335 335
Partials 148 148
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #10797 will not alter performanceComparing Summary
|
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #10826 🤖 @patchback |
(cherry picked from commit ceed502)
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #10827 🤖 @patchback |
(cherry picked from commit ceed502)
…0826) Co-authored-by: J. Nick Koston <[email protected]>
…0827) Co-authored-by: J. Nick Koston <[email protected]>
What do these changes do?
related issue #10794
Older versions of cibuildwheel used manylinux images that were missing some tooling needed to do builds. 2.23.0 switched images so that is no longer an issue as we have already updated
yarl
andmultidict
to produce manylinux armv7l builds. Note thatpropcache
still has the exclude so that likely needs to be removed as well.Are there changes in behavior for the user?
armv7l manylinux wheels
Is it a substantial burden for the maintainers to support this?
no