[macos] remove GraalVM (#7398)

This commit is contained in:
Shamil Mubarakshin
2023-04-06 18:29:02 +02:00
committed by GitHub
parent 07662e65ba
commit a2308e8518
9 changed files with 1 additions and 48 deletions

View File

@@ -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"