15 lines
495 B
Plaintext
15 lines
495 B
Plaintext
# You can find the latest GraalVM archives here:
|
|
#
|
|
# http://github.com/oracle/graal
|
|
#
|
|
GRAALVM_URL=https://github.com/oracle/graal/releases/download/vm-19.2.1/graalvm-ce-linux-amd64-19.2.1.tar.gz
|
|
|
|
# The corresponding additional languages and their executables:
|
|
#
|
|
# org.graalvm.ruby the main executable is 'ruby' or 'truffleruby'
|
|
# org.graalvm.pythn the main executable is 'graalpython'
|
|
# org.graalvm.r the main executable is 'R' or 'Rscript'
|
|
#
|
|
GRAALVM_LANGUAGES=python,ruby,r
|
|
|