Skip to content

Commit

Permalink
fix(@turbo/repository): make rust package available so we can build i…
Browse files Browse the repository at this point in the history
…n CI
  • Loading branch information
mehulkar committed Mar 6, 2024
1 parent 9c835a9 commit f11cc48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/turborepo-library-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
install: |
apk add libc6-compat curl
setup: |
pnpm install --global [email protected]
pnpm install
- host: ubuntu-latest
Expand All @@ -63,6 +64,7 @@ jobs:
rustup default $(cat ./rust-toolchain)-aarch64-unknown-linux-musl
rustup target add aarch64-unknown-linux-musl
rustup toolchain install $(cat ./rust-toolchain)
pnpm install --global [email protected]
pnpm install
rust_env: CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc RUSTFLAGS="-Ctarget-feature=-crt-static"

Expand Down

0 comments on commit f11cc48

Please sign in to comment.