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 7c4043f commit 59b845cCopy full SHA for 59b845c
tool/jt.rb
@@ -29,8 +29,8 @@
29
GRAAL_DIR = File.expand_path('../graal', TRUFFLERUBY_DIR)
30
PROFILES_DIR = "#{TRUFFLERUBY_DIR}/profiles"
31
32
-CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/extra')
33
-FileUtils.mkdir_p(CACHE_EXTRA_DIR) unless Dir.exist?(CACHE_EXTRA_DIR)
+CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/truffleruby')
+FileUtils.mkdir_p(CACHE_EXTRA_DIR)
34
35
TRUFFLERUBY_GEM_TEST_PACK_VERSION = 'fe5cfa6d14ce50b154fafbc8551cb656d4a39d3d'
36
0 commit comments