mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/fixing-homebrew-again'
* origin/topic/timw/fixing-homebrew-again: Use `brew update` instead of `brew update-reset` in CI macOS prepare script
This commit is contained in:
commit
c87e290bf1
3 changed files with 12 additions and 2 deletions
10
CHANGES
10
CHANGES
|
@ -1,3 +1,13 @@
|
|||
4.2.0-dev.198 | 2021-09-21 14:13:21 -0700
|
||||
|
||||
* Use `brew update` instead of `brew update-reset` in CI macOS prepare script (Tim Wojtulewicz, Corelight)
|
||||
|
||||
Using `brew update-reset` causes homebrew to reset to homebrew's HEAD commit, which may
|
||||
be buggy and broken. It appears whatever Cirrus was doing previously on their Catalina
|
||||
VM is no longer a problem, and so update-reset isn't required anymore. Switch to
|
||||
`brew update` to make sure we still get newer versions of the packages, but is
|
||||
actually a versioned release of homebrew.
|
||||
|
||||
4.2.0-dev.196 | 2021-09-21 09:44:26 -0700
|
||||
|
||||
* Disable script profiling/coverage on sanitizer builds (Tim Wojtulewicz, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.2.0-dev.196
|
||||
4.2.0-dev.198
|
||||
|
|
|
@ -5,6 +5,6 @@ sysctl hw.model hw.machine hw.ncpu hw.physicalcpu hw.logicalcpu
|
|||
set -e
|
||||
set -x
|
||||
|
||||
brew update-reset
|
||||
brew update
|
||||
brew upgrade cmake openssl
|
||||
brew install swig bison
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue