File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -122,12 +122,14 @@ jobs:
122122 build : |
123123 export CC=clang
124124 pnpm --filter=@oxc-node/core build --target powerpc64le-unknown-linux-gnu --use-napi-cross
125- - host : ubuntu-latest
126- target : s390x-unknown-linux-gnu
127- build : |
128- export CC=clang
129- export CFLAGS="-fuse-ld=lld"
130- pnpm --filter=@oxc-node/core build --target s390x-unknown-linux-gnu --use-napi-cross
125+ # Segmentation fault (core dumped)
126+ # 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
131133 - host : ubuntu-latest
132134 target : aarch64-unknown-linux-ohos
133135 build : pnpm --filter=@oxc-node/core build --target aarch64-unknown-linux-ohos
@@ -322,7 +324,7 @@ jobs:
322324 - aarch64-unknown-linux-gnu
323325 - aarch64-unknown-linux-musl
324326 - armv7-unknown-linux-gnueabihf
325- - s390x-unknown-linux-gnu
327+ # - s390x-unknown-linux-gnu
326328 - powerpc64le-unknown-linux-gnu
327329 node :
328330 - " 20"
Original file line number Diff line number Diff line change 11171117 " aarch64-pc-windows-msvc" ,
11181118 " armv7-unknown-linux-gnueabihf" ,
11191119 " powerpc64le-unknown-linux-gnu" ,
1120- " s390x-unknown-linux-gnu" ,
11211120 " x86_64-unknown-linux-musl" ,
11221121 " i686-pc-windows-msvc" ,
11231122 " armv7-linux-androideabi" ,
You can’t perform that action at this time.
0 commit comments