Skip to content

Commit f5ff9e1

Browse files
committed
Revert "fix: build musllinux_1_2_s390x with QEMU"
This reverts commit d963c5c.
1 parent aa9b74d commit f5ff9e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
("i686", "ubuntu-24.04", ("manylinux2014", "manylinux_2_28", "manylinux_2_34", "musllinux_1_2")),
5151
("armv7l", "ubuntu-24.04-arm", ("manylinux_2_31", "musllinux_1_2")),
5252
("riscv64", "ubuntu-24.04", ("manylinux_2_39", "musllinux_1_2")),
53-
("s390x", "ubuntu-24.04", ("musllinux_1_2",)),
5453
]
5554
expanded = [{"policy": policy, "platform": platform, "runner": runner} for platform, runner, policies in reduced for policy in policies]
5655
print(json.dumps(expanded, indent=2))
@@ -80,7 +79,7 @@ jobs:
8079
fetch-depth: 50
8180

8281
- name: Set up QEMU
83-
if: matrix.platform == 's390x' || matrix.platform == 'riscv64'
82+
if: matrix.platform == 'riscv64'
8483
uses: docker/setup-qemu-action@v3
8584

8685
- name: Set up Docker Buildx

.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)