]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/jekyll.rb
stateofthemap: Fix Mac ARM compatibility (kitchen)
[chef.git] / cookbooks / stateofthemap / recipes / jekyll.rb
index e286f2f7cb4fb9915a9c324c88cd1432a47750a3..fa2545e5fedbb466c6f3bdaed9186c81e9447320 100644 (file)
@@ -58,7 +58,7 @@ apache_module "rewrite"
 
   bundle_install "/srv/#{year}.stateofthemap.org" do
     action :nothing
-    options "--deployment --jobs #{node[:cpu][:total]}"
+    options "--deployment --jobs #{[4, node.dig('cpu', 'total').to_i, node.dig('cpu', 'cores').to_i].max}"
     user "root"
     group "root"
     notifies :run, "bundle_exec[/srv/#{year}.stateofthemap.org]"