Skip to content

Commit b91685b

Browse files
committed
update Python CI global comment and re-enable s390x builds
1 parent 083965d commit b91685b

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/python-packaging.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
#
66
# NOTE: There are some customizations added to the generated output.
77
# - workflow name is more descriptive
8-
# - use openssl-vendored cargo feature on
9-
# * most cross-compiled Linux wheels
10-
# * all MacOS builds
11-
# - musl linux builds (& x390 Linux target) are excluded due to complexity of
12-
# installing openSSL lib in cross-compiler's docker/env.
8+
# - use zig compiler on most cross-compiled Linux wheels
139
name: Python builds
1410

1511
on:
@@ -60,8 +56,8 @@ jobs:
6056
target: aarch64
6157
- runner: ubuntu-latest
6258
target: armv7
63-
# - runner: ubuntu-latest
64-
# target: s390x
59+
- runner: ubuntu-latest
60+
target: s390x
6561
- runner: ubuntu-latest
6662
target: ppc64le
6763
steps:

0 commit comments

Comments
 (0)