mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 02:15:58 +08:00
Add some more environment variables to speedup brew installs in CI (#9786)
This commit is contained in:
5
.github/workflows/daily.yml
vendored
5
.github/workflows/daily.yml
vendored
@@ -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
|
||||
|
||||
5
.github/workflows/stubtest_third_party.yml
vendored
5
.github/workflows/stubtest_third_party.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user