Skip to content

Commit ee5d2b2

Browse files
committed
Add big-endian tests to weekly CI using QEMU
Build and run tests on a S390x VM using QEMU. Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
1 parent 006f324 commit ee5d2b2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/weekly.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,19 @@ jobs:
228228
cmake --version
229229
scripts/initbuild.sh make-concurrent
230230
scripts/test.sh
231+
232+
big-endian:
233+
name: Big-endian (s390x via QEMU)
234+
runs-on: ubuntu-24.04
235+
steps:
236+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
237+
- uses: uraimo/run-on-arch-action@d94c13912ea685de38fccc1109385b83fd79427d # v3.0.1
238+
with:
239+
arch: s390x
240+
distro: ubuntu24.04
241+
install: |
242+
apt-get update
243+
apt-get install -y --no-install-recommends build-essential cmake
244+
run: |
245+
scripts/initbuild.sh make-concurrent
246+
scripts/test.sh

0 commit comments

Comments
 (0)