From 5fc51f1b26d1fab8ec285a8a13f13fc25bbd38e6 Mon Sep 17 00:00:00 2001 From: Scott Arnette Date: Wed, 14 Jul 2021 12:26:54 -0400 Subject: [PATCH] Checking if boost provided by Homebrew will fix unpinned builds. --- .cicd/platforms/unpinned/macos-10.14-unpinned.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.cicd/platforms/unpinned/macos-10.14-unpinned.sh b/.cicd/platforms/unpinned/macos-10.14-unpinned.sh index 79992322746..10877828eeb 100755 --- a/.cicd/platforms/unpinned/macos-10.14-unpinned.sh +++ b/.cicd/platforms/unpinned/macos-10.14-unpinned.sh @@ -2,9 +2,7 @@ set -eo pipefail VERSION=1 brew update -brew install git icu4c python libtool libusb graphviz automake wget gmp llvm@7 pkgconfig doxygen openssl@1.1 cmake jq || : -curl -LO https://raw.githubusercontent.com/Homebrew/homebrew-core/0b9ee3127763e8ebce62599bae85f37ab1687622/Formula/boost.rb -brew install -f boost.rb +brew install git icu4c python libtool libusb graphviz automake wget gmp llvm@7 pkgconfig doxygen openssl@1.1 cmake jq boost || : # install mongoDB cd ~ curl -OL https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-3.6.3.tgz