File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -584,6 +584,7 @@ def help
584
584
GRAAL_HOME Directory where there is a built checkout of the Graal compiler (make sure mx is on your path)
585
585
JVMCI_BIN JVMCI-enabled java command (also set JVMCI_GRAAL_HOME)
586
586
JVMCI_GRAAL_HOME Like GRAAL_HOME, but only used for the JARs to run with JVMCI_BIN
587
+ JVMCI_HOME Path to the JVMCI JDK used for building GraalVM
587
588
OPENSSL_PREFIX Where to find OpenSSL headers and libraries
588
589
AOT_BIN TruffleRuby/SVM executable
589
590
TXT
@@ -1944,7 +1945,7 @@ def install_graal(*options)
1944
1945
end
1945
1946
1946
1947
def build_graalvm ( *options )
1947
- java_home = ENV [ "CI" ] ? nil : ENV [ "JAVA_HOME " ] || install_jvmci
1948
+ java_home = ENV [ "CI" ] ? nil : ENV [ "JVMCI_HOME " ] || install_jvmci
1948
1949
graal = checkout_or_update_graal_repo ( sforceimports : false )
1949
1950
1950
1951
mx_args = %w[ --dynamicimports truffleruby ]
You can’t perform that action at this time.
0 commit comments