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,7 +1,10 @@
|
|||||||
Describe "Clang/LLVM" {
|
Describe "Clang/LLVM" {
|
||||||
It "Clang/LLVM installed and version is correct" {
|
BeforeAll {
|
||||||
$toolsetVersion = (Get-ToolsetContent).llvm.version
|
$toolsetVersion = (Get-ToolsetContent).llvm.version
|
||||||
|
}
|
||||||
|
|
||||||
|
It "Clang/LLVM <toolsetVersion> installed and version is correct" {
|
||||||
$clangVersion = clang --version
|
$clangVersion = clang --version
|
||||||
$clangVersion[0] | Should -BeLike "*${toolsetVersion}*"
|
$clangVersion[0] | Should -BeLike "*${toolsetVersion}*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -478,7 +478,7 @@
|
|||||||
"version": "8.1"
|
"version": "8.1"
|
||||||
},
|
},
|
||||||
"llvm": {
|
"llvm": {
|
||||||
"version": "13"
|
"version": "14"
|
||||||
},
|
},
|
||||||
"postgresql": {
|
"postgresql": {
|
||||||
"version": "14"
|
"version": "14"
|
||||||
|
|||||||
@@ -359,7 +359,7 @@
|
|||||||
"version": "3.08"
|
"version": "3.08"
|
||||||
},
|
},
|
||||||
"llvm": {
|
"llvm": {
|
||||||
"version": "13"
|
"version": "14"
|
||||||
},
|
},
|
||||||
"php": {
|
"php": {
|
||||||
"version": "8.1"
|
"version": "8.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user