https://github.com/python/cpython/commit/5f63b73d5216c785a3bddc4892ba3463ea6ec62b
commit: 5f63b73d5216c785a3bddc4892ba3463ea6ec62b
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: JelleZijlstra <[email protected]>
date: 2024-03-01T00:12:55Z
summary:

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

(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