mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix macOS Big Sur builds on Cirrus
- Upgrade the Big Sur VM to use the Xcode 12.5 version. This has a newer version of brew installed on it that fixes an issue with an EOL package host that finally shut down for good recently. - Use 'brew upgrade' for openssl and cmake, since those are both present on the base VM. This prevents 'brew install' from printing an error if the package exists but is out of date.
This commit is contained in:
parent
289db80270
commit
d62e966234
2 changed files with 3 additions and 2 deletions
|
@ -5,4 +5,5 @@ sysctl hw.model hw.machine hw.ncpu hw.physicalcpu hw.logicalcpu
|
|||
set -e
|
||||
set -x
|
||||
|
||||
brew install cmake swig openssl bison
|
||||
brew upgrade cmake openssl
|
||||
brew install swig bison
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue