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 0343df0 commit afe6dbaCopy full SHA for afe6dba
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 = 'a735a43977257d3b08140f8d258ac58f1a3416c3'
+TRUFFLERUBY_GEM_TEST_PACK_VERSION = '8d89d2e3ca7990af900f9d8491ba49b0a625e549'
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