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 abe1477 commit a2dbc56Copy full SHA for a2dbc56
.pipelines/DSC-Official.yml
@@ -320,6 +320,7 @@ extends:
320
$env:AR_aarch64_unknown_linux_musl='llvm-ar'
321
$env:CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
322
apt -y install clang
323
+ apt -y install llvm
324
apt -y install musl-tools
325
apt -y install gcc-multilib
326
rustup default stable-aarch64-unknown-linux-musl
0 commit comments