From 5c71e21498f44084c871f8886dfc3128a30aa6bb Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 4 Jul 2023 16:09:12 +1000 Subject: [PATCH] Tools: remove brew update Some sort of repository corruption on the github side; see https://github.com/orgs/Homebrew/discussions/4612 --- Tools/environment_install/install-prereqs-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/environment_install/install-prereqs-mac.sh b/Tools/environment_install/install-prereqs-mac.sh index 906ad0022a..c05f645f26 100755 --- a/Tools/environment_install/install-prereqs-mac.sh +++ b/Tools/environment_install/install-prereqs-mac.sh @@ -103,7 +103,7 @@ function maybe_prompt_user() { # see https://github.com/orgs/Homebrew/discussions/3895 find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete -brew update +# brew update # tmporarily removed, see https://github.com/orgs/Homebrew/discussions/4612 brew install gawk curl coreutils wget PIP=pip