Skip to content

Commit 656d494

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
add tracing of VCINSTALLDIR
1 parent 54d576f commit 656d494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pipelines/DSC-Official.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ extends:
124124
ob_restore_phase: true
125125
- pwsh: |
126126
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)"
128128
./build.ps1 -Release -Architecture $(buildName) -SkipLinkCheck
129129
displayName: 'Build $(buildName)'
130130
env:
@@ -319,6 +319,7 @@ extends:
319319
$env:CC_aarch64_unknown_linux_musl='clang'
320320
$env:AR_aarch64_unknown_linux_musl='llvm-ar'
321321
$env:CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"
322+
apt -y install clang
322323
apt -y install musl-tools
323324
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
324325
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release

0 commit comments

Comments
 (0)