We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0f762 commit 6ed9a6cCopy full SHA for 6ed9a6c
1 file changed
script/bootstrap
@@ -9,7 +9,8 @@ echo "==> Installing gem dependencies…"
9
10
if [ "$RACK_ENV" = "production" ]; then
11
export NOKOGIRI_USE_SYSTEM_LIBRARIES=1
12
- bundle install --without development staging test benchmark --path vendor/cache --jobs 4 --local --deployment
+ export BUNDLE_JOBS=4
13
+ bundle install --without development staging test benchmark --path vendor/cache --local --deployment
14
else
15
bundle check --path vendor/cache 2>&1 || {
16
bundle install --path vendor/cache
0 commit comments