summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-02-20 16:22:13 (GMT)
committerGitHub <noreply@github.com>2023-02-20 16:22:13 (GMT)
commit95f4e2ca03efbe020ae590108c022219008bbaf3 (patch)
tree711015ccc67cd1e5cc56b39caa58bf98d7de1640
parentc218132f935ba046663056f30fbcfd86a757a593 (diff)
downloadcpython-95f4e2ca03efbe020ae590108c022219008bbaf3.zip
cpython-95f4e2ca03efbe020ae590108c022219008bbaf3.tar.gz
cpython-95f4e2ca03efbe020ae590108c022219008bbaf3.tar.bz2
gh-101981: Apply HOMEBREW related environment variables (gh-102074)
(cherry picked from commit ed01addb59a554804995303ad3e7bf0c6067737b) Co-authored-by: Dong-hee Na <donghee.na@python.org>
-rw-r--r--.github/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 07261dc..1686c17 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -174,6 +174,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@v3