We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006f324 commit ee5d2b2Copy full SHA for ee5d2b2
.github/workflows/weekly.yml
@@ -228,3 +228,19 @@ jobs:
228
cmake --version
229
scripts/initbuild.sh make-concurrent
230
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