Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit d4fb7dd

Browse files
nmoinvazMark Adler
authored andcommitted
CI: Add instances for S390X using QEMU in configure workflow.
1 parent 2a9cb5a commit d4fb7dd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/configure.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@ jobs:
7373
packages: qemu qemu-user gcc-powerpc64le-linux-gnu libc-dev-ppc64el-cross
7474
qemu-run: qemu-ppc64le -L /usr/powerpc64le-linux-gnu
7575

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+
7686
- name: macOS GCC
7787
os: macos-latest
7888
compiler: gcc-9

0 commit comments

Comments
 (0)