File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ extends:
124
124
ob_restore_phase : true
125
125
- pwsh : |
126
126
Set-Location "$(Build.SourcesDirectory)/DSC"
127
- write-verbose -verbose "VCINSTALLDIR: $($ env:VCINSTALLDIR)"
127
+ write-verbose -verbose (dir $ env:PROGAMFILES | out-string)
128
128
./build.ps1 -Release -Architecture $(buildName) -SkipLinkCheck
129
129
displayName: 'Build $(buildName)'
130
130
env:
@@ -321,6 +321,8 @@ extends:
321
321
$env:CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
322
322
apt -y install clang
323
323
apt -y install musl-tools
324
+ apt -y install gcc-multilib
325
+ rustup default stable-aarch64-unknown-linux-musl
324
326
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
325
327
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release
326
328
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
You can’t perform that action at this time.
0 commit comments