summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2016-03-03 13:30:15 -0800
committerSalim Alam <salam@chef.io>2016-03-03 13:30:15 -0800
commit0b835a0a92509c5d9ad4123d320024da0005dac3 (patch)
treee64fc0c5d981b671adb4720bb6966b46d49255b2
parent829f15d621228d81226f69da940ca79f194deae6 (diff)
parentadcd59e545774bd301b4c17cd10e1afbe1a82033 (diff)
downloadchef-0b835a0a92509c5d9ad4123d320024da0005dac3.tar.gz
Merge pull request #4654 from chef/salam/chef-cleanup
Cleanup static libs at build time
-rw-r--r--omnibus/config/projects/chef.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb
index 2e003322f8..779a2b3a5e 100644
--- a/omnibus/config/projects/chef.rb
+++ b/omnibus/config/projects/chef.rb
@@ -71,6 +71,8 @@ if windows?
dependency "ruby-windows-devkit-bash"
end
+dependency "clean-static-libs"
+
package :rpm do
signing_passphrase ENV["OMNIBUS_RPM_SIGNING_PASSPHRASE"]
end