Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Jun 29, 2024
1 parent 539abf8 commit ebaba84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:

build-release:
strategy:
fail-fast: true
matrix:
_:
- target: aarch64-apple-darwin
Expand All @@ -105,9 +104,10 @@ jobs:
# host: windows-latest
# node_build: pnpm build --target aarch64-pc-windows-msvc

- target: aarch64-unknown-linux-gnu
host: ubuntu-latest
node_build: pnpm build --target aarch64-unknown-linux-gnu --use-napi-cross
# Disabled as maturin has issues with aarch64 linux
# - target: aarch64-unknown-linux-gnu
# host: ubuntu-latest
# node_build: pnpm build --target aarch64-unknown-linux-gnu --use-napi-cross

- target: x86_64-apple-darwin
host: macos-latest
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
command: build
args: --release --out engine/language_client_python/dist --manifest-path engine/language_client_python/Cargo.toml
sccache: "true"
manylinux: ${{ matrix._.host == 'ubuntu-latest' && 'manylinux_2_28' || null }}
manylinux: ${{ matrix._.host == 'ubuntu-latest' && 'auto' || null }}
before-script-linux: |
if command -v yum &> /dev/null; then
yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig libatomic
Expand Down

0 comments on commit ebaba84

Please sign in to comment.