summaryrefslogtreecommitdiff
path: root/habitat/plan.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'habitat/plan.ps1')
-rw-r--r--habitat/plan.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1
index 2b21ae889c..8269e436a5 100644
--- a/habitat/plan.ps1
+++ b/habitat/plan.ps1
@@ -80,7 +80,7 @@ function Invoke-Build {
$env:_BUNDER_WINDOWS_DLLS_COPIED = "1"
Write-BuildLine " ** Using bundler to retrieve the Ruby dependencies"
- bundle install
+ bundle install --jobs=3 --retry=3
if (-not $?) { throw "unable to install gem dependencies" }
Write-BuildLine " ** 'rake install' any gem sourced as a git reference so they'll look like regular gems."
foreach($git_gem in (Get-ChildItem "$env:GEM_HOME/bundler/gems")) {