From: Jeff King Date: Thu, 9 May 2024 16:23:05 +0000 (-0400) Subject: ci: drop mention of BREW_INSTALL_PACKAGES variable X-Git-Tag: v2.46.0-rc0~137^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d4453e8d6f304fa1addee1ffe547852866191ac;p=thirdparty%2Fgit.git ci: drop mention of BREW_INSTALL_PACKAGES variable The last user of this variable went away in 4a6e4b9602 (CI: remove Travis CI support, 2021-11-23), so it's doing nothing except making it more confusing to find out which packages _are_ installed. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh index b4e22de3cb..fa0c00c606 100755 --- a/ci/install-dependencies.sh +++ b/ci/install-dependencies.sh @@ -34,8 +34,6 @@ macos-*) 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" || - brew install $BREW_INSTALL_PACKAGES brew link --force gettext mkdir -p "$P4_PATH"