Skip to content

Commit 2aa2a46

Browse files
authored
chore: disable s390x-unknown-linux-gnu (#327)
Current behaviour: Segmentation fault (core dumped) tonistiigi/binfmt#215
1 parent 8c16979 commit 2aa2a46

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/CI.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff 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"

packages/core/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,6 @@
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",

0 commit comments

Comments
 (0)