Skip to content

Commit 59b845c

Browse files
committed
Use ~/.mx/cache/truffleruby instead of ~/.mx/cache/extra
1 parent 7c4043f commit 59b845c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/jt.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
GRAAL_DIR = File.expand_path('../graal', TRUFFLERUBY_DIR)
3030
PROFILES_DIR = "#{TRUFFLERUBY_DIR}/profiles"
3131

32-
CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/extra')
33-
FileUtils.mkdir_p(CACHE_EXTRA_DIR) unless Dir.exist?(CACHE_EXTRA_DIR)
32+
CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/truffleruby')
33+
FileUtils.mkdir_p(CACHE_EXTRA_DIR)
3434

3535
TRUFFLERUBY_GEM_TEST_PACK_VERSION = 'fe5cfa6d14ce50b154fafbc8551cb656d4a39d3d'
3636

0 commit comments

Comments
 (0)