diff options
author | Salim Alam <salam@chef.io> | 2016-03-01 15:05:15 -0800 |
---|---|---|
committer | Salim Alam <salam@chef.io> | 2016-03-03 10:02:55 -0800 |
commit | adcd59e545774bd301b4c17cd10e1afbe1a82033 (patch) | |
tree | e64fc0c5d981b671adb4720bb6966b46d49255b2 /omnibus/config/projects | |
parent | 829f15d621228d81226f69da940ca79f194deae6 (diff) | |
download | chef-adcd59e545774bd301b4c17cd10e1afbe1a82033.tar.gz |
Cleanup static libs at build timesalam/chef-cleanup
Diffstat (limited to 'omnibus/config/projects')
-rw-r--r-- | omnibus/config/projects/chef.rb | 2 |
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 |