diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-03-01 00:12:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 00:12:55 (GMT) |
commit | 5f63b73d5216c785a3bddc4892ba3463ea6ec62b (patch) | |
tree | b44dcded4674b4ebd9a5a85c672c56b4f04eb50c /.github | |
parent | 40e9295a581f2908f2cdf09b1726822379ea7bd0 (diff) | |
download | cpython-5f63b73d5216c785a3bddc4892ba3463ea6ec62b.zip cpython-5f63b73d5216c785a3bddc4892ba3463ea6ec62b.tar.gz cpython-5f63b73d5216c785a3bddc4892ba3463ea6ec62b.tar.bz2 |
[3.12] gh-116026: Try disabling rebuilds of dependents in Homebrew (GH-116027) (#116158)
(cherry picked from commit 02beb9f0208d22fd8bd893e6e6ec813f7e51b235)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/reusable-macos.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index 736faff..e72293f 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 |