mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-11-12 07:00:54 +01:00
Add support for JRuby 9000 bundled with the Graal VM
JRuby 9000 (the next major release) includes a backend that supports a new JVM JIT compiler called Graal. Graal is based on OpenJDK but hasn't been released yet. http://openjdk.java.net/projects/graal/
This commit is contained in:
parent
7710db5777
commit
dcdccd76e4
2 changed files with 23 additions and 3 deletions
1
share/ruby-build/jruby-9000+graal-dev
Normal file
1
share/ruby-build/jruby-9000+graal-dev
Normal file
|
|
@ -0,0 +1 @@
|
|||
install_package "jruby-9000.dev" "http://lafo.ssw.uni-linz.ac.at/graalvm/jruby-dist-9000+graal-$(graal_architecture).dev-bin.tar.gz" jruby
|
||||
Loading…
Add table
Add a link
Reference in a new issue