Merge "Configuring bundler to use multiple cpus/cores"

This commit is contained in:
Jenkins 2014-05-01 02:27:14 +00:00 committed by Gerrit Code Review
commit fc2682c29c
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@
- shell: |
#!/bin/bash -xe
mkdir -p .cookbooks .bundle
ruby1.9.1 /usr/bin/bundle config --global jobs $(nproc)
ruby1.9.1 /usr/bin/bundle install --path=.bundle
# Validates cookbooks
ruby1.9.1 /usr/bin/bundle exec berks install --path=.cookbooks

View File

@ -116,6 +116,7 @@
builders:
- shell: |
mkdir -p .bundle
ruby1.9.1 /usr/bin/bundle config --global jobs $(nproc)
ruby1.9.1 /usr/bin/bundle install --path=.bundle
- builder: