Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,14 @@ jobs:
build: |
export CC=clang
pnpm --filter=@oxc-node/core build --target powerpc64le-unknown-linux-gnu --use-napi-cross
- host: ubuntu-latest
target: s390x-unknown-linux-gnu
build: |
export CC=clang
export CFLAGS="-fuse-ld=lld"
pnpm --filter=@oxc-node/core build --target s390x-unknown-linux-gnu --use-napi-cross
# Segmentation fault (core dumped)
# https://github.com/tonistiigi/binfmt/issues/215
# - host: ubuntu-latest
# target: s390x-unknown-linux-gnu
# build: |
# export CC=clang
# export CFLAGS="-fuse-ld=lld"
# pnpm --filter=@oxc-node/core build --target s390x-unknown-linux-gnu --use-napi-cross
- host: ubuntu-latest
target: aarch64-unknown-linux-ohos
build: pnpm --filter=@oxc-node/core build --target aarch64-unknown-linux-ohos
Expand Down Expand Up @@ -322,7 +324,7 @@ jobs:
- aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
- armv7-unknown-linux-gnueabihf
- s390x-unknown-linux-gnu
# - s390x-unknown-linux-gnu
- powerpc64le-unknown-linux-gnu
node:
- "20"
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,6 @@
"aarch64-pc-windows-msvc",
"armv7-unknown-linux-gnueabihf",
"powerpc64le-unknown-linux-gnu",
"s390x-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"i686-pc-windows-msvc",
"armv7-linux-androideabi",
Expand Down