]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101981: Apply HOMEBREW related environment variables (gh-102074)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Feb 2023 16:24:49 +0000 (08:24 -0800)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2023 16:24:49 +0000 (08:24 -0800)
(cherry picked from commit ed01addb59a554804995303ad3e7bf0c6067737b)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
.github/workflows/build.yml

index beb390eb77342ce00bb6cd9bb2b90c6657775382..5dfc5e5bae505c0003535a29b9492630be1baf3e 100644 (file)
@@ -187,6 +187,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