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 47d2ad5 commit 54d576fCopy full SHA for 54d576f
.pipelines/DSC-Official.yml
@@ -316,6 +316,9 @@ extends:
316
env:
317
ob_restore_phase: true
318
- pwsh: |
319
+ $env:CC_aarch64_unknown_linux_musl='clang'
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 musl-tools
323
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
324
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release
0 commit comments