Skip to content

Commit cc9720c

Browse files
committed
[GR-19220] Update jt graph to use Seafoam 0.17 (#3501)
PullRequest: truffleruby/4220
2 parents efcfd98 + afe6dba commit cc9720c

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
@@ -37,7 +37,7 @@
3737
CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/truffleruby')
3838
FileUtils.mkdir_p(CACHE_EXTRA_DIR)
3939

40-
TRUFFLERUBY_GEM_TEST_PACK_VERSION = 'a735a43977257d3b08140f8d258ac58f1a3416c3'
40+
TRUFFLERUBY_GEM_TEST_PACK_VERSION = '8d89d2e3ca7990af900f9d8491ba49b0a625e549'
4141

4242
JDEBUG = '--vm.agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y'
4343
METRICS_REPS = Integer(ENV['TRUFFLERUBY_METRICS_REPS'] || 10)
@@ -54,7 +54,7 @@
5454
]
5555

5656
RUBOCOP_VERSION = '1.36.0'
57-
SEAFOAM_VERSION = '0.15'
57+
SEAFOAM_VERSION = '0.17'
5858
CFG2ASM_VERSION = '0.2'
5959

6060
DLEXT = RbConfig::CONFIG.fetch('DLEXT')

0 commit comments

Comments
 (0)