Skip to content

Commit e1cee0b

Browse files
committed
Merge branch 'sg/ci-brew-gcc-workaround'
Dev support update. * sg/ci-brew-gcc-workaround: ci/lib.sh: update a comment about installed P4 and Git-LFS versions ci: disable Homebrew's auto cleanup ci: don't update Homebrew
2 parents 0328db0 + 37a2e35 commit e1cee0b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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" ||

ci/lib.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,10 @@ linux-clang|linux-gcc)
163163
export GIT_TEST_HTTPD=YesPlease
164164

165165
# The Linux build installs the defined dependency versions below.
166-
# The OS X build installs the latest available versions. Keep that
167-
# in mind when you encounter a broken OS X build!
166+
# The OS X build installs much more recent versions, whichever
167+
# were recorded in the Homebrew database upon creating the OS X
168+
# image.
169+
# Keep that in mind when you encounter a broken OS X build!
168170
export LINUX_P4_VERSION="16.2"
169171
export LINUX_GIT_LFS_VERSION="1.5.2"
170172

0 commit comments

Comments
 (0)