From: Tom Hughes Date: Mon, 18 May 2020 19:33:57 +0000 (+0000) Subject: Install gcc and make for building native gems X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/59daf18915ef13f46b1e7246e54edf2d78172342 Install gcc and make for building native gems --- diff --git a/cookbooks/foundation/recipes/owg.rb b/cookbooks/foundation/recipes/owg.rb index d65d75aad..dc1f359eb 100644 --- a/cookbooks/foundation/recipes/owg.rb +++ b/cookbooks/foundation/recipes/owg.rb @@ -21,9 +21,14 @@ include_recipe "apache" include_recipe "git" package %w[ + gcc + g++ + make ruby ruby-dev + libssl-dev zlib1g-dev + pkg-config ] gem_package "bundler" do diff --git a/cookbooks/serverinfo/recipes/default.rb b/cookbooks/serverinfo/recipes/default.rb index 93de4bc2a..9a9e1b5a7 100644 --- a/cookbooks/serverinfo/recipes/default.rb +++ b/cookbooks/serverinfo/recipes/default.rb @@ -21,6 +21,9 @@ include_recipe "apache" include_recipe "git" package %w[ + gcc + g++ + make ruby ruby-dev libssl-dev diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 91ea25d89..05239f2e3 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -291,6 +291,9 @@ end end package %w[ + gcc + g++ + make ruby ruby-dev libssl-dev diff --git a/cookbooks/switch2osm/recipes/default.rb b/cookbooks/switch2osm/recipes/default.rb index 5dad4d1fe..6f3d03933 100644 --- a/cookbooks/switch2osm/recipes/default.rb +++ b/cookbooks/switch2osm/recipes/default.rb @@ -21,6 +21,9 @@ include_recipe "apache" include_recipe "git" package %w[ + gcc + g++ + make ruby ruby-dev libssl-dev