mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-29 04:47:38 +08:00
[macos] remove GraalVM (#7398)
This commit is contained in:
committed by
GitHub
parent
07662e65ba
commit
a2308e8518
@@ -1,14 +0,0 @@
|
||||
#!/bin/bash -e -o pipefail
|
||||
source ~/utils/utils.sh
|
||||
|
||||
echo Installing GraalVM...
|
||||
brew install --cask graalvm/tap/graalvm-ce-java11
|
||||
|
||||
exportPath=$(echo /Library/Java/JavaVirtualMachines/graalvm-ce-java*/Contents/Home/bin)
|
||||
echo "Setting up GRAALVM_11_ROOT variable to ${exportPath}"
|
||||
echo "export GRAALVM_11_ROOT=${exportPath}" >> "${HOME}/.bashrc"
|
||||
|
||||
# Install Native Image
|
||||
$exportPath/gu install native-image
|
||||
|
||||
invoke_tests "Common" "GraalVM"
|
||||
Reference in New Issue
Block a user