From 596e47fbcc9303562c8518370dab986d49d68951 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Mon, 14 Dec 2020 18:41:34 +0300 Subject: [PATCH] set brew cleanup period (#2262) --- images/macos/provision/configuration/environment/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/images/macos/provision/configuration/environment/bashrc b/images/macos/provision/configuration/environment/bashrc index 92fe36d3d..db7cdbca5 100644 --- a/images/macos/provision/configuration/environment/bashrc +++ b/images/macos/provision/configuration/environment/bashrc @@ -28,6 +28,7 @@ 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_CASK_OPTS="--no-quarantine" export BOOTSTRAP_HASKELL_NONINTERACTIVE=1