Skip to content

Commit df64154

Browse files
committed
Add a new definition to build TruffleRuby from source.
1 parent 53a9272 commit df64154

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rubies/truffleruby-head

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
build_package_jt() {
2+
unset JAVA_HOME
3+
JT_IMPORTS_DONT_ASK=true ruby tool/jt.rb build --env native --install $PREFIX_PATH
4+
}
5+
6+
install_git "truffleruby-head" "https://github.com/Shopify/truffleruby.git" "integration" jt

0 commit comments

Comments
 (0)