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:
Tim Wojtulewicz 2021-06-09 09:12:26 -07:00
commit c621af1e2b
4 changed files with 14 additions and 3 deletions

View file

@ -219,7 +219,7 @@ alpine_task:
# We aim to support both the current and previous macOS release.
macos_big_sur_task:
macos_instance:
image: big-sur-base
image: big-sur-xcode-12.5
prepare_script: ./ci/macos/prepare.sh
<< : *CI_TEMPLATE
<< : *MACOS_RESOURCES_TEMPLATE

10
CHANGES
View file

@ -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

View file

@ -1 +1 @@
4.1.0-dev.713
4.1.0-dev.715

View file

@ -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