Skip to content

Commit

Permalink
@fixup Switch gems tests to PRs commit with TRUFFLERUBY_GEM_TEST_PACK…
Browse files Browse the repository at this point in the history
…_VERSION
  • Loading branch information
andrykonchin committed Feb 8, 2024
1 parent c47ad7c commit 8743972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/truffleruby')
FileUtils.mkdir_p(CACHE_EXTRA_DIR)

TRUFFLERUBY_GEM_TEST_PACK_VERSION = '95b1d360b7d940c1390d5de930ab217a54e41c9c'
TRUFFLERUBY_GEM_TEST_PACK_VERSION = '9196ca56fc6b352d7cf3cc38a16966f4bf0a9262'

JDEBUG = '--vm.agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y'
METRICS_REPS = Integer(ENV['TRUFFLERUBY_METRICS_REPS'] || 10)
Expand Down

0 comments on commit 8743972

Please sign in to comment.