Skip to content

Commit

Permalink
Merge pull request chef#5002 from chef/jk/install-less-stuff
Browse files Browse the repository at this point in the history
Install fewer binary dependencies and dependencies in general
  • Loading branch information
jkeiser committed Jun 6, 2016
2 parents 7d7f26e + 9e4dbf3 commit 059c2bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions ci/bundle_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ set -evx
gem environment
bundler_version=$(grep bundler omnibus_overrides.rb | cut -d'"' -f2)
gem install bundler -v $bundler_version --user-install
export BUNDLE_WITHOUT=default:omnibus_package:development:test:pry:integration:docgen:maintenance:changelog:travis:aix:bsd:linux:mac_os_x:solaris:windows
bundle _${bundler_version}_ install
2 changes: 2 additions & 0 deletions ci/dependency_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ set -evx
. ci/bundle_install.sh

bundle exec rake dependencies

git checkout .bundle/config
2 changes: 2 additions & 0 deletions ci/version_bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ set -evx
. ci/bundle_install.sh

bundle exec rake version:bump

git checkout .bundle/config
6 changes: 1 addition & 5 deletions ci/version_show.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#!/bin/sh

set -evx

. ci/bundle_install.sh

bundle exec rake version:show
cat VERSION

0 comments on commit 059c2bc

Please sign in to comment.