From: Jelle Zijlstra Date: Wed, 28 Feb 2024 05:35:25 +0000 (-0800) Subject: gh-116026: Try disabling rebuilds of dependents in Homebrew (#116027) X-Git-Tag: v3.13.0a5~213 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02beb9f0208d22fd8bd893e6e6ec813f7e51b235;p=thirdparty%2FPython%2Fcpython.git gh-116026: Try disabling rebuilds of dependents in Homebrew (#116027) --- diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index ba62d9568c6b..65b73cd791c7 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