@@ -124,12 +124,12 @@ jobs:
124124 pnpm --filter=@oxc-node/core build --target powerpc64le-unknown-linux-gnu --use-napi-cross
125125 # Segmentation fault (core dumped)
126126 # https://github.com/tonistiigi/binfmt/issues/215
127- # - host: ubuntu-latest
128- # target: s390x-unknown-linux-gnu
129- # build: |
130- # export CC=clang
131- # export CFLAGS="-fuse-ld=lld"
132- # pnpm --filter=@oxc-node/core build --target s390x-unknown-linux-gnu --use-napi-cross
127+ - host : ubuntu-latest
128+ target : s390x-unknown-linux-gnu
129+ build : |
130+ export CC=clang
131+ export CFLAGS="-fuse-ld=lld"
132+ pnpm --filter=@oxc-node/core build --target s390x-unknown-linux-gnu --use-napi-cross
133133 - host : ubuntu-latest
134134 target : aarch64-unknown-linux-ohos
135135 build : pnpm --filter=@oxc-node/core build --target aarch64-unknown-linux-ohos
@@ -324,7 +324,7 @@ jobs:
324324 - aarch64-unknown-linux-gnu
325325 - aarch64-unknown-linux-musl
326326 - armv7-unknown-linux-gnueabihf
327- # - s390x-unknown-linux-gnu
327+ - s390x-unknown-linux-gnu
328328 - powerpc64le-unknown-linux-gnu
329329 node :
330330 - " 20"
@@ -387,7 +387,7 @@ jobs:
387387 uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
388388 with :
389389 platforms : all
390- image : tonistiigi/binfmt:qemu-v7.0.0-28
390+ image : tonistiigi/binfmt:qemu-v8.1.5
391391 - run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
392392 if : ${{ !contains(matrix.target, 'aarch64') }}
393393 - name : Test bindings
0 commit comments