Disable Homebrew Automatic Updater

Homebrew, by default, will check for updates at the start of any operation, meaning the step execution can take some extra time to complete.

It is best practise to leave Homebrew to automatically update, but if build speed, or bugs introduced by new updates, are of a concern, this can be disabled.

To disable this feature, add the following line to your config.yml before calling Homebrew:

- run: echo "HOMEBREW_NO_AUTO_UPDATE=1" >> $BASH_ENV
Was this article helpful?
12 out of 21 found this helpful

Comments

0 comments

Article is closed for comments.