From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 1 Mar 2024 00:12:55 +0000 (+0100) Subject: [3.12] gh-116026: Try disabling rebuilds of dependents in Homebrew (GH-116027) (... X-Git-Tag: v3.12.3~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f63b73d5216c785a3bddc4892ba3463ea6ec62b;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-116026: Try disabling rebuilds of dependents in Homebrew (GH-116027) (#116158) (cherry picked from commit 02beb9f0208d22fd8bd893e6e6ec813f7e51b235) Co-authored-by: Jelle Zijlstra --- diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index 736faffc7c35..e72293fa3e16 100644 --- a/.github/workflows/reusable-macos.yml +++ b/.github/workflows/reusable-macos.yml @@ -17,6 +17,7 @@ jobs: HOMEBREW_NO_ANALYTICS: 1 HOMEBREW_NO_AUTO_UPDATE: 1 HOMEBREW_NO_INSTALL_CLEANUP: 1 + HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 PYTHONSTRICTEXTENSIONBUILD: 1 strategy: fail-fast: false