ci: add build/unit-tests jobs for s390x

This commit is contained in:
Luca Boccassi
2025-07-15 16:18:27 +01:00
parent b735d01c8a
commit 4a095d9df6
2 changed files with 6 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ jobs:
runner: [ ubuntu-24.04-ppc64le ]
- env: { COMPILER: "gcc", COMPILER_VERSION: "13", LINKER: "mold" }
runner: [ ubuntu-24.04-arm ]
- env: { COMPILER: "clang", COMPILER_VERSION: "18", LINKER: "lld" }
runner: [ ubuntu-24.04-s390x ]
env: ${{ matrix.env }}
steps:
- name: Repository checkout

View File

@@ -29,11 +29,15 @@ jobs:
runner: ubuntu-24.04-arm
- run_phase: GCC
runner: ubuntu-24.04-ppc64le
- run_phase: GCC
runner: ubuntu-24.04-s390x
- run_phase: CLANG
- run_phase: CLANG
runner: ubuntu-24.04-arm
- run_phase: CLANG
runner: ubuntu-24.04-ppc64le
- run_phase: CLANG
runner: ubuntu-24.04-s390x
steps:
- name: Repository checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683