We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb6ae1 commit 860cfcfCopy full SHA for 860cfcf
1 file changed
.github/workflows/python-packaging.yml
@@ -5,11 +5,7 @@
5
#
6
# NOTE: There are some customizations added to the generated output.
7
# - 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.
+# - use zig compiler on most cross-compiled Linux wheels
13
name: Python builds
14
15
on:
@@ -60,8 +56,8 @@ jobs:
60
56
target: aarch64
61
57
- runner: ubuntu-latest
62
58
target: armv7
63
- # - runner: ubuntu-latest
64
- # target: s390x
59
+ - runner: ubuntu-latest
+ target: s390x
65
66
target: ppc64le
67
steps:
0 commit comments