Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Checking if boost provided by Homebrew will fix unpinned builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Arnette committed Jul 14, 2021
1 parent 67f0834 commit d6d2339
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .cicd/platforms/unpinned/macos-10.14-unpinned.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6d2339

Please sign in to comment.