Skip to content

Commit

Permalink
[Truffle] jtr: run bundler with -X-C to workaround #4171.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Sep 27, 2016
1 parent d4e5f80 commit c257eea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ruby/truffle/jruby+truffle/lib/truffle/runner.rb
Expand Up @@ -575,6 +575,7 @@ def subcommand_setup(rest)
gemfile_use_path!(target_gem_path) if @options[:setup][:offline]

execute_cmd([JRUBY_BIN.to_s,
'-X-C', # See https://github.com/jruby/jruby/issues/4171
"#{Gem.bindir}/bundle",
*bundle_options,
'install',
Expand Down

0 comments on commit c257eea

Please sign in to comment.