File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -325,12 +325,12 @@ extends:
325325 $env:CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
326326 dpkg --add-architecture arm64
327327 apt update -o APT::Architecture="arm64" -o APT::Architectures="arm64"
328- apt -y install clang
329- apt -y install llvm
330- apt -y install musl-tools
331- apt -y install gcc-multilib
332- apt -y install libssl-dev
333- apt -y install pkg-config
328+ apt -y install clang:arm64
329+ apt -y install llvm:arm64
330+ apt -y install musl-tools:arm64
331+ apt -y install gcc-multilib:arm64
332+ apt -y install libssl-dev:arm64
333+ apt -y install pkg-config:arm54
334334 rustup default stable-aarch64-unknown-linux-musl
335335 ./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
336336 ./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release
You can’t perform that action at this time.
0 commit comments