summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2022-10-10 18:51:30 -0700
committerMark Adler <fork@madler.net>2022-10-11 20:21:50 -0700
commitd4fb7dd805c964844d45befed65e3ae086d20166 (patch)
tree0f02127b60aeba1fa4ff78a1cbd57c204d4cc0e5 /.github
parent2a9cb5ae6eb7eccf5e24bd9beb3d89a017a5ac12 (diff)
downloadzlib-d4fb7dd805c964844d45befed65e3ae086d20166.tar.gz
CI: Add instances for S390X using QEMU in configure workflow.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/configure.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml
index df5ca5c..712c723 100644
--- a/.github/workflows/configure.yml
+++ b/.github/workflows/configure.yml
@@ -73,6 +73,16 @@ jobs:
packages: qemu qemu-user gcc-powerpc64le-linux-gnu libc-dev-ppc64el-cross
qemu-run: qemu-ppc64le -L /usr/powerpc64le-linux-gnu
+ - name: Ubuntu GCC S390X
+ os: ubuntu-latest
+ compiler: s390x-linux-gnu-gcc
+ configure-args: --warn --static
+ chost: s390x-linux-gnu
+ packages: qemu qemu-user gcc-s390x-linux-gnu libc-dev-s390x-cross
+ qemu-run: qemu-s390x -L /usr/s390x-linux-gnu
+ cflags: -static
+ ldflags: -static
+
- name: macOS GCC
os: macos-latest
compiler: gcc-9