Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .pipelines/DSC-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ extends:
env:
ob_restore_phase: true
- pwsh: |
apt update
apt -y install gcc-aarch64-linux-gnu
./build.ps1 -Release -Architecture aarch64-unknown-linux-gnu
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-gnu -Release
Expand All @@ -292,6 +293,7 @@ extends:
env:
ob_restore_phase: true
- pwsh: |
apt update
apt -y install musl-tools
./build.ps1 -Release -Architecture x86_64-unknown-linux-musl
./build.ps1 -PackageType tgz -Architecture x86_64-unknown-linux-musl -Release
Expand Down Expand Up @@ -320,6 +322,7 @@ extends:
$env:CC_aarch64_unknown_linux_musl='clang'
$env:AR_aarch64_unknown_linux_musl='llvm-ar'
$env:CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
apt update
apt -y install clang
apt -y install llvm
apt -y install musl-tools
Expand Down