diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 6008bb0240d2..ab4f7d2d6141 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -18,7 +18,10 @@ concurrency: cancel-in-progress: true env: - HOMEBREW_NO_INSTALL_CLEANUP: 1 # Speedup brew install. Environments are isolated, no need to cleanup old versions + # A few env vars to speedup brew install + HOMEBREW_NO_ANALYTICS: 1 + HOMEBREW_NO_AUTOUPDATE: 1 + HOMEBREW_NO_INSTALL_CLEANUP: 1 # Environments are isolated, no need to cleanup old versions NONINTERACTIVE: 1 # Required for brew install on CI PIP_DISABLE_PIP_VERSION_CHECK: 1 FORCE_COLOR: 1 diff --git a/.github/workflows/stubtest_third_party.yml b/.github/workflows/stubtest_third_party.yml index 6274a5f1ae1d..849cfde2c605 100644 --- a/.github/workflows/stubtest_third_party.yml +++ b/.github/workflows/stubtest_third_party.yml @@ -12,7 +12,10 @@ permissions: contents: read env: - HOMEBREW_NO_INSTALL_CLEANUP: 1 # Speedup brew install. Environments are isolated, no need to cleanup old versions + # A few env vars to speedup brew install + HOMEBREW_NO_ANALYTICS: 1 + HOMEBREW_NO_AUTOUPDATE: 1 + HOMEBREW_NO_INSTALL_CLEANUP: 1 # Environments are isolated, no need to cleanup old versions NONINTERACTIVE: 1 # Required for brew install on CI PIP_DISABLE_PIP_VERSION_CHECK: 1 FORCE_COLOR: 1