Skip to content

Commit

Permalink
Don't pin llvm version when setting up Windows VM (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Sep 12, 2022
1 parent d7e28c0 commit 572d10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/setup-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Write-Host "Installing curl..."
## Install LLVM/Clang
Write-Host "Installing llvm..."
# FYI: choco installs clang in C:\Program Files\LLVM\bin (which is not on the PATH).
& choco install llvm --version=10.0.0
& choco install llvm
[Environment]::SetEnvironmentVariable("BAZEL_LLVM", "C:\Program Files\LLVM", "Machine")
$env:BAZEL_LLVM = [Environment]::GetEnvironmentVariable("BAZEL_LLVM", "Machine")

Expand Down

0 comments on commit 572d10c

Please sign in to comment.