Caching Homebrew installers
The Brew install Step supports caching: if the option is enabled, any downloaded brew installers will be cached from the location of brew --cache
. The cache path is ~/Library/Caches/Homebrew/
.
To enable caching of brew installers:
-
Open your app on Bitrise.
-
Go to the Workflow tab.
-
Select a Workflow from the
dropdown menu. -
Add or select (if it's already part of the Workflow) the Brew install Step.
-
Set the Cache option to
yes
. -
As always, click Save.