macOS bashrc: don't cleanup Homebrew on installation. (#7975)

This is unnecessary in ephemeral environments like GitHub Actions. `HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS` avoided the longer periodic cleanup but this is a better fix for speeding up Homebrew a bit in GitHub Actions.
This commit is contained in:
Mike McQuaid
2023-07-26 10:45:08 +01:00
committed by GitHub
parent e62d609811
commit 35b2bdbc78

View File

@@ -25,8 +25,8 @@ export DOTNET_ROOT=$HOME/.dotnet
export DOTNET_MULTILEVEL_LOOKUP=0
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS=3650
export HOMEBREW_NO_INSTALL_CLEANUP=1
export HOMEBREW_CASK_OPTS="--no-quarantine"
export BOOTSTRAP_HASKELL_NONINTERACTIVE=1
export BOOTSTRAP_HASKELL_INSTALL_NO_STACK_HOOK=1
export BOOTSTRAP_HASKELL_INSTALL_NO_STACK_HOOK=1