Skip to content

Commit 8e81a03

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
specify arm64 arch
1 parent 8f153ea commit 8e81a03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pipelines/DSC-Official.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,8 @@ extends:
323323
$env:CC_aarch64_unknown_linux_musl='clang'
324324
$env:AR_aarch64_unknown_linux_musl='llvm-ar'
325325
$env:CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
326-
apt update
326+
dpkg --add-architecture arm64
327+
apt update -o APT::Architecture="arm64" -o APT::Architectures="arm64"
327328
apt -y install clang
328329
apt -y install llvm
329330
apt -y install musl-tools

0 commit comments

Comments
 (0)