Skip to content

Commit

Permalink
Update mini_racer
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 27, 2022
1 parent 01d8324 commit a102bb9
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 @@ -36,7 +36,7 @@
CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/truffleruby')
FileUtils.mkdir_p(CACHE_EXTRA_DIR)

TRUFFLERUBY_GEM_TEST_PACK_VERSION = '9bba45bf28720fe125468380c16b3cef6aaa4670'
TRUFFLERUBY_GEM_TEST_PACK_VERSION = '6e8b3608313829629b4b4a1e85c54a04c1450f2c'

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 a102bb9

Please sign in to comment.