mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Call brew update-reset in ci/macos/prepare.sh
This fixes some issues with the Catalina builds when it prepares the image and the base Cirrus image has old recipes for Homebrew. The VM then has to build a bunch of packages it shouldn't need to.
This commit is contained in:
parent
cbd4c5ebf9
commit
1a61771d2f
1 changed files with 1 additions and 0 deletions
|
@ -5,5 +5,6 @@ sysctl hw.model hw.machine hw.ncpu hw.physicalcpu hw.logicalcpu
|
|||
set -e
|
||||
set -x
|
||||
|
||||
brew update-reset
|
||||
brew upgrade cmake openssl
|
||||
brew install swig bison
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue