File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-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
- $env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\Llvm\x64\bin "
127
+ write-verbose -verbose "VCINSTALLDIR: $($env:VCINSTALLDIR) "
128
128
./build.ps1 -Release -Architecture $(buildName) -SkipLinkCheck
129
129
displayName: 'Build $(buildName)'
130
130
env:
@@ -319,6 +319,7 @@ extends:
319
319
$env:CC_aarch64_unknown_linux_musl='clang'
320
320
$env:AR_aarch64_unknown_linux_musl='llvm-ar'
321
321
$env:CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
322
+ apt -y install clang
322
323
apt -y install musl-tools
323
324
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
324
325
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release
You can’t perform that action at this time.
0 commit comments