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 e40a4ae commit 9a34065Copy full SHA for 9a34065
tool/jt.rb
@@ -37,7 +37,7 @@
37
CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/truffleruby')
38
FileUtils.mkdir_p(CACHE_EXTRA_DIR)
39
40
-TRUFFLERUBY_GEM_TEST_PACK_VERSION = '91ca8b4308a89bf702cccfc91f46797f5137c4e4'
+TRUFFLERUBY_GEM_TEST_PACK_VERSION = '7a0baa3c95cd0d217a5331e0b75c20207df781c6'
41
42
JDEBUG = '--vm.agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y'
43
METRICS_REPS = Integer(ENV['TRUFFLERUBY_METRICS_REPS'] || 10)
0 commit comments