Skip to content

Commit

Permalink
Switch gems tests to PRs commit with TRUFFLERUBY_GEM_TEST_PACK_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Feb 9, 2024
1 parent 72618d0 commit 4904194
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 = '7a0baa3c95cd0d217a5331e0b75c20207df781c6'
TRUFFLERUBY_GEM_TEST_PACK_VERSION = 'c2a0faf24c64bfb56bda5a0713132765c672a81e'

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 4904194

Please sign in to comment.