From: Dong-hee Na Date: Mon, 20 Feb 2023 15:20:18 +0000 (+0900) Subject: gh-101981: Apply HOMEBREW related environment variables (gh-102074) X-Git-Tag: v3.12.0a6~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed01addb59a554804995303ad3e7bf0c6067737b;p=thirdparty%2FPython%2Fcpython.git gh-101981: Apply HOMEBREW related environment variables (gh-102074) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index acc8d936774a..eec11e25a7c7 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