-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
set -eux | ||
# NOTE(olafur): for some reason `jabba use ...` doesn't seem to work on GH Actions | ||
export JAVA_HOME=$(jabba which --home graal-custom@19.3) | ||
export JAVA_HOME=$(jabba which --home graal-custom@20.0) | ||
export PATH=$JAVA_HOME/bin:$PATH | ||
echo $JAVA_HOME | ||
which gu | ||
gu install native-image | ||
sbt cli/graalvm-native-image:packageBin | ||
cp scalafmt-cli/target/graalvm-native-image/cli scalafmt | ||
cp scalafmt-cli/target/graalvm-native-image/cli scalafmt |