Skip to content

Commit ad16264

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
specify arm64 for the tools
1 parent 8e81a03 commit ad16264

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pipelines/DSC-Official.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)