Skip to content

Commit

Permalink
Set JAVA_HOME for tools building
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Aug 24, 2024
1 parent 9c333a0 commit 1f4e203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ test:
- mx build-native-obj-test
- ./som-obj-storage-tester

- export JAVA_HOME=`pwd`/libs/jvmci
- (cd ../graal/tools && mx build)
- mx tests-nodestats || true
- mx tests-coverage || true
Expand Down

0 comments on commit 1f4e203

Please sign in to comment.