]> 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:22:13 +0000 (08:22 -0800)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2023 16:22:13 +0000 (08:22 -0800)
(cherry picked from commit ed01addb59a554804995303ad3e7bf0c6067737b)

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

index 07261dc6bdb63a8c6a69981f736f91a4d4e48b49..1686c172e2a385922bc2ad480aeb67ba625b9334 100644 (file)
@@ -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