summaryrefslogtreecommitdiff
path: root/omnibus/config/projects/chef.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-10 16:52:04 -0700
committerTim Smith <tsmith84@gmail.com>2020-03-10 20:42:33 -0700
commitd0cff8ae1cd7e589e883bfd46357f4e27253bdc6 (patch)
tree488bcfcac64dab1b2bad5edcab66337b73686991 /omnibus/config/projects/chef.rb
parentdfd018cb04a2eae78e5cd8f7569dff4919e3769a (diff)
downloadchef-d0cff8ae1cd7e589e883bfd46357f4e27253bdc6.tar.gz
Bring in the extended Ruby cleanup used in chef-workstation
This resulted in a pretty nice install time win / disk space win in Workstation. Let's see if we can achieve something similar in chef/chef. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus/config/projects/chef.rb')
-rw-r--r--omnibus/config/projects/chef.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb
index 115dc11490..150dccb60e 100644
--- a/omnibus/config/projects/chef.rb
+++ b/omnibus/config/projects/chef.rb
@@ -70,6 +70,9 @@ end
dependency "ruby-cleanup"
+# further gem cleanup other projects might not yet want to use
+dependency "more-ruby-cleanup"
+
package :rpm do
signing_passphrase ENV["OMNIBUS_RPM_SIGNING_PASSPHRASE"]
compression_level 1