Skip to content

Commit c832c9c

Browse files
committed
try updating the compiler in python builds
for ppc64le and s390x Linux platforms
1 parent ea937fb commit c832c9c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/python-packaging.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ jobs:
107107
# here we either install the ppc64le compiler/toolchain or install zig on all others
108108
before-script-linux: |
109109
case "${{ matrix.platform.target }}" in
110-
ppc64le)
110+
s390x|ppc64le)
111111
apt-get update
112+
apt-get upgrade -y
112113
apt-get install -y \
113114
pkg-config \
114-
gcc-powerpc64le-linux-gnu \
115-
g++-powerpc64le-linux-gnu \
116-
binutils-powerpc64le-linux-gnu \
117-
libc6-dev-ppc64el-cross
115+
gcc \
116+
g++ \
117+
binutils
118118
;;
119119
*)
120120
# spell-checker: disable-next-line

0 commit comments

Comments
 (0)