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

Commit

Permalink
Merge pull request #10512 from EOSIO/sa/fix-boost-r2.0
Browse files Browse the repository at this point in the history
[2.0.x] Update unpinned MacOS boost dependency
  • Loading branch information
scottarnette authored Jul 15, 2021
2 parents c1e2b18 + 5fc51f1 commit 5f12cce
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 5f12cce

Please sign in to comment.