Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sc/pack-refs-deletion-racefix'
[gitweb.git]
/
ci
/
install-dependencies.sh
diff --git
a/ci/install-dependencies.sh
b/ci/install-dependencies.sh
index 7f6acdd803c33bc43200804ecec5d99f6d404224..8cc72503cb768573bc6d284eb57910ba6ca5a5cb 100755
(executable)
--- 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_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1
# Uncomment this if you want to run perf tests:
# brew install gnu-time
test -z "$BREW_INSTALL_PACKAGES" ||