aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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:
73 packages: qemu qemu-user gcc-powerpc64le-linux-gnu libc-dev-ppc64el-cross 73 packages: qemu qemu-user gcc-powerpc64le-linux-gnu libc-dev-ppc64el-cross
74 qemu-run: qemu-ppc64le -L /usr/powerpc64le-linux-gnu 74 qemu-run: qemu-ppc64le -L /usr/powerpc64le-linux-gnu
75 75
76 - name: Ubuntu GCC S390X
77 os: ubuntu-latest
78 compiler: s390x-linux-gnu-gcc
79 configure-args: --warn --static
80 chost: s390x-linux-gnu
81 packages: qemu qemu-user gcc-s390x-linux-gnu libc-dev-s390x-cross
82 qemu-run: qemu-s390x -L /usr/s390x-linux-gnu
83 cflags: -static
84 ldflags: -static
85
76 - name: macOS GCC 86 - name: macOS GCC
77 os: macos-latest 87 os: macos-latest
78 compiler: gcc-9 88 compiler: gcc-9