GitLab CI: Re-disable Homebrew updates

We enabled automatic updates in adb4f1d91b in order to pull in
libnghttp3. The current version of Homebrew ships with GLib 2.80.0,
which breaks the definition of gu?int64. Disable automatic updates for
the time being; hopefully this will give us a working Homebrew which
includes libnghttp3.
This commit is contained in:
Gerald Combs 2024-03-17 10:09:33 -07:00
parent 73b6bf25e2
commit bfa4ad9041
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ variables:
paths:
- ccache/
variables:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_DISPLAY_INSTALL_TIMES: "1"
HOMEBREW_NO_INSTALL_CLEANUP: "1"
HOMEBREW_NO_INSTALL_UPGRADE: "1"