mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Windows] Implement new directories hierarchy (#8616)
This commit is contained in:
committed by
GitHub
parent
84a7deae24
commit
d1f2c9a3be
10
images/windows/scripts/build/Install-LLVM.ps1
Normal file
10
images/windows/scripts/build/Install-LLVM.ps1
Normal file
@@ -0,0 +1,10 @@
|
||||
################################################################################
|
||||
## File: Install-LLVM.ps1
|
||||
## Desc: Install the latest stable version of llvm and clang compilers
|
||||
################################################################################
|
||||
|
||||
$llvmVersion = (Get-ToolsetContent).llvm.version
|
||||
$latestChocoVersion = Get-LatestChocoPackageVersion -TargetVersion $llvmVersion -PackageName "llvm"
|
||||
Choco-Install -PackageName llvm -ArgumentList '--version', $latestChocoVersion
|
||||
|
||||
Invoke-PesterTests -TestFile "LLVM"
|
||||
Reference in New Issue
Block a user