[Python-checkins] gh-101981: Apply HOMEBREW related environment variables (gh-102074)

corona10 webhook-mailer at python.org
Mon Feb 20 10:20:26 EST 2023


https://github.com/python/cpython/commit/ed01addb59a554804995303ad3e7bf0c6067737b
commit: ed01addb59a554804995303ad3e7bf0c6067737b
branch: main
author: Dong-hee Na <donghee.na at python.org>
committer: corona10 <donghee.na92 at gmail.com>
date: 2023-02-21T00:20:18+09:00
summary:

gh-101981: Apply HOMEBREW related environment variables (gh-102074)

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index acc8d936774a..eec11e25a7c7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -154,6 +154,9 @@ jobs:
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
     env:
+      HOMEBREW_NO_ANALYTICS: 1
+      HOMEBREW_NO_AUTO_UPDATE: 1
+      HOMEBREW_NO_INSTALL_CLEANUP: 1
       PYTHONSTRICTEXTENSIONBUILD: 1
     steps:
     - uses: actions/checkout at v3



More information about the Python-checkins mailing list