From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:24:49 +0000 (-0800) Subject: gh-101981: Apply HOMEBREW related environment variables (gh-102074) X-Git-Tag: v3.11.3~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1747be464197eb82c486fadbd7e6a19e011bcf19;p=thirdparty%2FPython%2Fcpython.git gh-101981: Apply HOMEBREW related environment variables (gh-102074) (cherry picked from commit ed01addb59a554804995303ad3e7bf0c6067737b) Co-authored-by: Dong-hee Na --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index beb390eb7734..5dfc5e5bae50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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