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