diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-07-31 21:21:44 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-08-04 12:00:19 -0700 |
commit | 246e02f20f415b18a3fa41bc8d93171e7d5daaf1 (patch) | |
tree | 4970d28cf9c785de281478711f919d777c29bce4 | |
parent | 9d08eaa4222f1755631d42fe7c3df45a2d222664 (diff) | |
download | chef-even_smaller_builds.tar.gz |
Don't install all the bzip2 utility binarieseven_smaller_builds
We only want the basics
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | omnibus/Gemfile | 2 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 6fca425e62..71b6555db7 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "omnibus", git: "https://github.com/chef/omnibus", branch: "master" -gem "omnibus-software", git: "https://github.com/chef/omnibus-software", branch: "master" +gem "omnibus-software", git: "https://github.com/chef/omnibus-software", branch: "no_bzip2_bins" gem "artifactory" gem "pedump" diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index dacfa0f460..f30b54dd4c 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,8 +18,8 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 399369c70d19eaf3ee035da1e4a14bd79b21381d - branch: master + revision: 9642709ead8e0894c4b438bee598f1435c8b25d0 + branch: no_bzip2_bins specs: omnibus-software (4.0.0) omnibus (>= 5.6.1) |