aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2023-10-16 12:03:35 +0200
committerGerald Combs <gerald@wireshark.org>2023-10-16 16:27:14 +0000
commitadb4f1d91b24b396218fdee80ea061c0e84caa20 (patch)
treec0d016921520723d7d08b4271ea3d3f0c8e3a4ae /tools
parenteca88da1c58a084e97936095f74b6f9e113e5c7a (diff)
CI,Tools: auto-enable Homebrew updates in CI, remove brew doctor
* Show brew and homebrew-core versions to learn about available formula. * The formula list included with the current macOS image is too old and does not have libnghttp3. Enable auto-updates to resolve this, these are faster than before: https://brew.sh/2023/02/16/homebrew-4.0.0/ * Disable brew doctor, it breaks CI for non-fatal reasons.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/macos-setup-brew.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/macos-setup-brew.sh b/tools/macos-setup-brew.sh
index cc24a1bf0e..17c92ced3e 100755
--- a/tools/macos-setup-brew.sh
+++ b/tools/macos-setup-brew.sh
@@ -158,10 +158,6 @@ fi
# Uncomment to enable generation of documentation
# brew install asciidoctor
-if [ -z "$HOMEBREW_NO_AUTO_UPDATE" ] ; then
- brew doctor
-fi
-
exit 0
#
# Editor modelines