Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion harness/harness-common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def setup_cmds(c)
def use_gemfile(extra_setup_cmd: nil)
# Benchmarks should normally set their current directory and then call this method.

setup_cmds(["bundle check 2> /dev/null || bundle install", extra_setup_cmd].compact)
setup_cmds(["bundle check 2> /dev/null || BUNDLE_FROZEN=1 bundle install", extra_setup_cmd].compact)

# Need to be in the appropriate directory for this...
require "bundler"
Expand Down
Loading