Skip to content

Commit 264f2c8

Browse files
committed
Merge branch 'sg/ci-brew-gcc-workaround' into next
Dev support update. * sg/ci-brew-gcc-workaround: ci: disable Homebrew's auto cleanup ci: don't update Homebrew
2 parents 7e3185f + af8ed04 commit 264f2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ linux-clang|linux-gcc)
3434
popd
3535
;;
3636
osx-clang|osx-gcc)
37-
brew update >/dev/null
37+
export HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1
3838
# Uncomment this if you want to run perf tests:
3939
# brew install gnu-time
4040
test -z "$BREW_INSTALL_PACKAGES" ||

0 commit comments

Comments
 (0)