mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Update LLVM to version 14 (#5863)
This commit is contained in:
committed by
GitHub
parent
24b25c7891
commit
0dd1c396a1
@@ -1,6 +1,9 @@
|
||||
Describe "Clang/LLVM" {
|
||||
It "Clang/LLVM installed and version is correct" {
|
||||
BeforeAll {
|
||||
$toolsetVersion = (Get-ToolsetContent).llvm.version
|
||||
}
|
||||
|
||||
It "Clang/LLVM <toolsetVersion> installed and version is correct" {
|
||||
$clangVersion = clang --version
|
||||
$clangVersion[0] | Should -BeLike "*${toolsetVersion}*"
|
||||
}
|
||||
|
||||
@@ -478,7 +478,7 @@
|
||||
"version": "8.1"
|
||||
},
|
||||
"llvm": {
|
||||
"version": "13"
|
||||
"version": "14"
|
||||
},
|
||||
"postgresql": {
|
||||
"version": "14"
|
||||
|
||||
@@ -359,7 +359,7 @@
|
||||
"version": "3.08"
|
||||
},
|
||||
"llvm": {
|
||||
"version": "13"
|
||||
"version": "14"
|
||||
},
|
||||
"php": {
|
||||
"version": "8.1"
|
||||
|
||||
Reference in New Issue
Block a user