mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
This reverts commit d2c52297ae.
This commit is contained in:
@@ -585,8 +585,3 @@ function Build-GraalVMTable {
|
||||
"Environment variables" = $envVariables
|
||||
}
|
||||
}
|
||||
|
||||
function Get-CodeQLVersion {
|
||||
$codeqlVersion = Run-Command "codeql version --quiet"
|
||||
return "$codeqlVersion"
|
||||
}
|
||||
@@ -159,8 +159,7 @@ $toolsList = @(
|
||||
(Get-AzureDevopsVersion),
|
||||
(Get-AWSCLIVersion),
|
||||
(Get-AWSSAMCLIVersion),
|
||||
(Get-AWSSessionManagerCLIVersion),
|
||||
(Get-CodeQLVersion)
|
||||
(Get-AWSSessionManagerCLIVersion)
|
||||
)
|
||||
|
||||
if ($os.IsLessThanMonterey) {
|
||||
|
||||
@@ -138,9 +138,3 @@ Describe "VirtualBox" -Skip:($os.IsBigSur) {
|
||||
kextstat | Out-String | Should -Match "org.virtualbox.kext"
|
||||
}
|
||||
}
|
||||
|
||||
Describe "codeql" {
|
||||
It "codeql" {
|
||||
"codeql version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
@@ -228,8 +228,7 @@
|
||||
"imagemagick"
|
||||
],
|
||||
"cask_packages": [
|
||||
"julia",
|
||||
"codeql"
|
||||
"julia"
|
||||
]
|
||||
},
|
||||
"gcc": {
|
||||
|
||||
@@ -178,8 +178,7 @@
|
||||
"cask_packages": [
|
||||
"julia",
|
||||
"vagrant",
|
||||
"virtualbox",
|
||||
"codeql"
|
||||
"virtualbox"
|
||||
]
|
||||
},
|
||||
"gcc": {
|
||||
|
||||
Reference in New Issue
Block a user