diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2019-07-03 12:47:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-07-03 09:53:57 -0700 |
commit | af8ed04778781f2013d26cc450173190fb5876d6 (patch) | |
tree | 2b9794edfb70e2021326274c8c746ec31066fc47 /Documentation | |
parent | ci: don't update Homebrew (diff) | |
download | tgif-af8ed04778781f2013d26cc450173190fb5876d6.tar.xz |
ci: disable Homebrew's auto cleanup
Lately Homebrew learned to automagically clean up information about
outdated packages during other 'brew' commands, which might be useful
for the avarage user, but is a waste of time in CI build jobs, because
the next build jobs will start from the exact same image containing
the same outdated packages anyway.
Export HOMEBREW_NO_INSTALL_CLEANUP=1 to disable this auto cleanup feature,
shaving off about 20-30s from the time needed to install dependencies
in our macOS build jobs on Travis CI.
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions