[PR #12655/35a310d5 backport][3.13] ci: build armv7l wheels on native ARM runners#12656
Merged
bdraco merged 1 commit intoMay 19, 2026
Conversation
(cherry picked from commit 35a310d)
5 tasks
bdraco
approved these changes
May 19, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.13 #12656 +/- ##
=======================================
Coverage 98.29% 98.29%
=======================================
Files 128 128
Lines 44881 44881
Branches 2440 2440
=======================================
Hits 44116 44116
Misses 589 589
Partials 176 176
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a backport of PR #12655 as merged into master (35a310d).
What do these changes do?
Move the
armv7llegs of the release wheel matrix off the x86_64QEMU path and onto GitHub's hosted
ubuntu-24.04-armrunner.docker/setup-qemu-actionstill runs so binfmt registers a 32-bitARM userspace handler whether or not the host kernel ships
CONFIG_COMPAT; even under emulation,armv7l-on-aarch64is far cheaper than the previous
armv7l-on-x86_64layout.The
aarch64wheels were already native onubuntu-24.04-armviathe base
oslist, so no change there.ppc64le,s390x, andriscv64keep theubuntu-latest+ QEMU setup since there are nonative GH-hosted runners for those.
Ported from aio-libs/yarl#1724, which made the equivalent change there
(and additionally moved
aarch64to native; yarl hadaarch64onQEMU which aiohttp does not).
Are there changes in behavior for the user?
No. Wheels are still built for the same architectures and tags; only
the host that builds the
armv7llegs changes.Is it a substantial burden for the maintainers to support this?
No.
ubuntu-24.04-armis already used in the baseoslist of thesame matrix; the matrix shape stays the same.
Related issue number
N/A. Mirrors aio-libs/yarl#1724 for aiohttp's
armv7llegs.Checklist
CONTRIBUTORS.txt-- already listedCHANGES/folderAgent run details (optional, for reviewers)
Drafted with Claude Code (claude-opus-4-7); reviewed by @bdraco.
Local checks:
pre-commit run --files .github/workflows/ci-cd.yml docs/spelling_wordlist.txt CHANGES/12655.contrib.rst-- all hooks pass.12655.contrib.rst(a guess); will be renamed in a follow-up commit to match the assigned PR number.cibuildwheelrun forarmv7l. The matrix wiring (Set up QEMUstep is still gated onmatrix.qemuand runs on theubuntu-24.04-armhost,CIBW_ARCHS_LINUX=armv7lset viaPrepare emulation) looks correct, but the real proof is the next release run.