Skip to content

Commit 43a36ee

Browse files
[PR #10404/6ee81df6 backport][3.11] Start build wheels on armv7l musllinux (#10407)
**This is a backport of PR #10404 as merged into master (6ee81df).** I realized we were missing these. While I'm fixing up the wheel builds I figured I'd add these as well Co-authored-by: J. Nick Koston <[email protected]>
1 parent 864bf5a commit 43a36ee

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,10 @@ jobs:
359359
qemu: s390x
360360
musl: ""
361361
- os: ubuntu
362-
qemu: ppc64le
362+
qemu: armv7l
363+
musl: musllinux
364+
- os: ubuntu
365+
qemu: s390x
363366
musl: musllinux
364367
- os: ubuntu
365368
qemu: s390x

CHANGES/10404.packaging.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Started building armv7l musllinux wheels -- by :user:`bdraco`.

docs/spelling_wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ app’s
1414
apps
1515
arg
1616
args
17+
armv
1718
Arsenic
1819
async
1920
asyncio
@@ -201,6 +202,7 @@ multidicts
201202
Multidicts
202203
multipart
203204
Multipart
205+
musllinux
204206
mypy
205207
Nagle
206208
Nagle’s

0 commit comments

Comments
 (0)