Skip to content

Commit

Permalink
ci: drop mention of BREW_INSTALL_PACKAGES variable
Browse files Browse the repository at this point in the history
The last user of this variable went away in 4a6e4b9 (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 <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
peff authored and gitster committed May 9, 2024
1 parent 786a3e4 commit 9d4453e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9d4453e

Please sign in to comment.