Skip to content

Commit

Permalink
install musl-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jalbrekt85 committed Jan 3, 2024
1 parent 9d374d0 commit df33309
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ jobs:
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
sudo apt-get install -y libssl-dev
sudo apt-get install musl-tools clang llvm -y
- name: Set Environment Variables for ARM64 build
run: |
echo "CC_aarch64_unknown_linux_musl=clang" >> $GITHUB_ENV
echo "AR_aarch64_unknown_linux_musl=llvm-ar" >> $GITHUB_ENV
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS=-Clink-self-contained=yes -Clinker=rust-lld" >> $GITHUB_ENV
- name: Build arm64 Wheels
Expand Down

0 comments on commit df33309

Please sign in to comment.