summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na@python.org>2023-02-20 15:20:18 (GMT)
committerGitHub <noreply@github.com>2023-02-20 15:20:18 (GMT)
commited01addb59a554804995303ad3e7bf0c6067737b (patch)
treecad3579aea6692ec607200031438f8f8599d46c1
parenta99eb5cd9947629a6745a4ad99cb07af1c287b5d (diff)
downloadcpython-ed01addb59a554804995303ad3e7bf0c6067737b.zip
cpython-ed01addb59a554804995303ad3e7bf0c6067737b.tar.gz
cpython-ed01addb59a554804995303ad3e7bf0c6067737b.tar.bz2
gh-101981: Apply HOMEBREW related environment variables (gh-102074)
-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 acc8d93..eec11e2 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@v3