]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101981: Apply HOMEBREW related environment variables (gh-102074)
authorDong-hee Na <donghee.na@python.org>
Mon, 20 Feb 2023 15:20:18 +0000 (00:20 +0900)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2023 15:20:18 +0000 (00:20 +0900)
.github/workflows/build.yml

index acc8d936774af59131830ca5e09fd2e8e573f1d0..eec11e25a7c7f68bf5e709708ae519db78b30722 100644 (file)
@@ -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