Skip to content

Commit f647796

Browse files
committed
Revert "fix: build musllinux_1_2_s390x with QEMU"
This reverts commit d963c5c.
1 parent 96ea22a commit f647796

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
("aarch64", "ubuntu-24.04-arm", ("manylinux2014", "manylinux_2_28", "manylinux_2_34", "musllinux_1_2")),
5656
("i686", "ubuntu-24.04", ("manylinux2014", "musllinux_1_2")),
5757
("armv7l", "ubuntu-24.04-arm", ("manylinux_2_31", "musllinux_1_2")),
58-
("s390x", "ubuntu-24.04", ("musllinux_1_2",)),
5958
]
6059
expanded = [{"policy": policy, "platform": platform, "runner": runner} for platform, runner, policies in reduced for policy in policies]
6160
print(json.dumps(expanded, indent=2))
@@ -83,10 +82,6 @@ jobs:
8382
with:
8483
fetch-depth: 50
8584

86-
- name: Set up QEMU
87-
if: matrix.platform == 's390x'
88-
uses: docker/setup-qemu-action@v3
89-
9085
- name: Set up Docker Buildx
9186
uses: docker/setup-buildx-action@v3
9287

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
env: POLICY="manylinux_2_34" PLATFORM="s390x"
3939
- arch: ppc64le
4040
env: POLICY="manylinux_2_34" PLATFORM="ppc64le"
41+
- arch: s390x
42+
env: POLICY="musllinux_1_2" PLATFORM="s390x"
4143
- arch: ppc64le
4244
env: POLICY="musllinux_1_2" PLATFORM="ppc64le"
4345

0 commit comments

Comments
 (0)