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.
1 parent 8f153ea commit 8e81a03Copy full SHA for 8e81a03
.pipelines/DSC-Official.yml
@@ -323,7 +323,8 @@ extends:
323
$env:CC_aarch64_unknown_linux_musl='clang'
324
$env:AR_aarch64_unknown_linux_musl='llvm-ar'
325
$env:CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
326
- apt update
+ dpkg --add-architecture arm64
327
+ 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
0 commit comments