https://github.com/python/cpython/commit/f1d08c22d873dc02131578053d588971b9cde866
commit: f1d08c22d873dc02131578053d588971b9cde866
branch: 3.11
author: Miss Islington (bot) <[email protected]>
committer: JelleZijlstra <[email protected]>
date: 2024-03-01T00:02:39Z
summary:

[3.11] gh-116026: Try disabling rebuilds of dependents in Homebrew (GH-116027) 
(#116157)

(cherry picked from commit 02beb9f0208d22fd8bd893e6e6ec813f7e51b235)

Co-authored-by: Jelle Zijlstra <[email protected]>

files:
M .github/workflows/reusable-macos.yml

diff --git a/.github/workflows/reusable-macos.yml 
b/.github/workflows/reusable-macos.yml
index 736faffc7c35e1..e72293fa3e1613 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to