We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e56aa commit 35b6cd9Copy full SHA for 35b6cd9
tool/jt.rb
@@ -1841,7 +1841,8 @@ def install(name, *options)
1841
raise 'Installing JVMCI is only available on Linux and macOS currently' unless linux? || darwin?
1842
1843
update, jvmci_version = jvmci_update_and_version
1844
- dir = File.expand_path('..', TRUFFLERUBY_DIR)
+ dir = File.expand_path('~/.mx/cache/extra')
1845
+ FileUtils.mkdir_p(dir) unless Dir.exist?(dir)
1846
java_home = begin
1847
dir_pattern = "#{dir}/openjdk1.8.0*#{jvmci_version}"
1848
if Dir[dir_pattern].empty?
0 commit comments