diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-05-09 09:39:23 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-05-09 10:16:36 -0700 |
commit | 1b1a8b34c872bc55f2acf77e44ac70e6e1efcab7 (patch) | |
tree | 3c6789905e64f7f3f9e3343a61bd4f8ce7f5a737 /ci/dependency_update.sh | |
parent | 0ad389f48d43ebfc4347c41a3573ee855993c5f1 (diff) | |
download | chef-1b1a8b34c872bc55f2acf77e44ac70e6e1efcab7.tar.gz |
simplify omnibus config and greenify builds again
this is also necessary for bundler-1.14.x
i'm still not entirely clear why we ever needed all the fussy software gem
configs or what the build-chef / build-chef-gem infrastructure ever
did for us. it seems to have been mostly micro-optimization around
building the software gems before bundle installing the project in order
to take advantage of git caching. i aggressively don't care about that,
this is quite fast enough. we can install nokogiri and libgecode early
and that should take care of 98% of the build optimization issue.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'ci/dependency_update.sh')
-rwxr-xr-x | ci/dependency_update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/dependency_update.sh b/ci/dependency_update.sh index efc0b3ad2f..7930b864d8 100755 --- a/ci/dependency_update.sh +++ b/ci/dependency_update.sh @@ -1,5 +1,7 @@ #!/bin/sh +# FIXME: this seems uselessly trivial, replace with a rake task and have ci call the rake task? + set -evx . ci/bundle_install.sh |