gh-116026: Try disabling rebuilds of dependents in Homebrew (#116027)

This commit is contained in:
Jelle Zijlstra 2024-02-27 21:35:25 -08:00 committed by GitHub
parent ed4dfd8825
commit 02beb9f020
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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