mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/timw/fix-big-sur-build'
* origin/topic/timw/fix-big-sur-build: Fix macOS Big Sur builds on Cirrus
This commit is contained in:
commit
c621af1e2b
4 changed files with 14 additions and 3 deletions
|
@ -219,7 +219,7 @@ alpine_task:
|
||||||
# We aim to support both the current and previous macOS release.
|
# We aim to support both the current and previous macOS release.
|
||||||
macos_big_sur_task:
|
macos_big_sur_task:
|
||||||
macos_instance:
|
macos_instance:
|
||||||
image: big-sur-base
|
image: big-sur-xcode-12.5
|
||||||
prepare_script: ./ci/macos/prepare.sh
|
prepare_script: ./ci/macos/prepare.sh
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
<< : *MACOS_RESOURCES_TEMPLATE
|
<< : *MACOS_RESOURCES_TEMPLATE
|
||||||
|
|
10
CHANGES
10
CHANGES
|
@ -1,3 +1,13 @@
|
||||||
|
4.1.0-dev.715 | 2021-06-09 09:12:26 -0700
|
||||||
|
|
||||||
|
* 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. (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
4.1.0-dev.713 | 2021-06-08 13:54:28 -0700
|
4.1.0-dev.713 | 2021-06-08 13:54:28 -0700
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
4.1.0-dev.713
|
4.1.0-dev.715
|
||||||
|
|
|
@ -5,4 +5,5 @@ sysctl hw.model hw.machine hw.ncpu hw.physicalcpu hw.logicalcpu
|
||||||
set -e
|
set -e
|
||||||
set -x
|
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