Skip to content

Commit dcb4f98

Browse files
committed
JT: Remove already-broken code for "jt install graal"
* Use "jt build --graal" instead.
1 parent 68877f6 commit dcb4f98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tool/jt.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,8 +1786,6 @@ def install(name, *options)
17861786
case name
17871787
when "jvmci"
17881788
install_jvmci
1789-
when "graal", "graal-core"
1790-
install_graal *options
17911789
else
17921790
raise "Unknown how to install #{what}"
17931791
end

0 commit comments

Comments
 (0)