mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[ubuntu] remove GraalVM (#7399)
This commit is contained in:
committed by
GitHub
parent
46f5d5470a
commit
bc834aa083
@@ -331,16 +331,6 @@ Describe "Phantomjs" -Skip:(Test-IsUbuntu22) {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "GraalVM" {
|
||||
It "graalvm" {
|
||||
'$GRAALVM_11_ROOT/bin/java -version' | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "native-image" {
|
||||
'$GRAALVM_11_ROOT/bin/native-image --version' | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Containers" {
|
||||
$testCases = @("podman", "buildah", "skopeo") | ForEach-Object { @{ContainerCommand = $_} }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user