SZEDER Gábor <szeder.dev@xxxxxxxxx> writes: > And here is an all-green build of these patches on Travis CI: > > https://travis-ci.org/szeder/git/builds/545645247 > > (and one bonus patch on top to deal with some Homebrew nonsense) Is this the one that making all of the jobs pass in the above output, including the mac gcc one. It would be wonderful to have it separately and fast-tracked ;-) -- >8 -- From: SZEDER Gábor <szeder.dev@xxxxxxxxx> Date: Wed, 3 Apr 2019 02:49:47 +0200 Subject: [PATCH] ci: make Homebrew's operations faster --- ci/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh index 7f6acdd803..f804b40ddd 100755 --- a/ci/install-dependencies.sh +++ b/ci/install-dependencies.sh @@ -34,7 +34,7 @@ linux-clang|linux-gcc) popd ;; osx-clang|osx-gcc) - brew update >/dev/null + export HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 # Uncomment this if you want to run perf tests: # brew install gnu-time test -z "$BREW_INSTALL_PACKAGES" || -- 2.22.0-68-g0aae918dd9