We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
musl-dev
1 parent 85e853e commit e772e7dCopy full SHA for e772e7d
.github/workflows/release.yml
@@ -143,7 +143,7 @@ jobs:
143
if: ${{ matrix.target == 'aarch64-unknown-linux-musl' }}
144
run: |
145
sudo apt update -y
146
- sudo apt install -y clang llvm musl-tools
+ sudo apt install -y clang llvm musl-dev musl-tools
147
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS=-Clink-self-contained=yes -Clinker=rust-lld" >> $GITHUB_ENV
148
echo CC_aarch64_unknown_linux_musl=clang >> $GITHUB_ENV
149
echo AR_aarch64_unknown_linux_musl=llvm-ar >> $GITHUB_ENV
0 commit comments