From 1a61771d2f258c78c4ae6a6265faf05db851d4f0 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Wed, 23 Jun 2021 13:09:23 -0700 Subject: [PATCH] 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. --- ci/macos/prepare.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/macos/prepare.sh b/ci/macos/prepare.sh index 2e81e060c3..16e7e55085 100755 --- a/ci/macos/prepare.sh +++ b/ci/macos/prepare.sh @@ -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