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

Commit

Permalink
Merge branch 'release/2.0.x' into release-2.0.10-version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjjzhao committed Feb 25, 2021
2 parents 941bf03 + 6cdfb9f commit d5ba74b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .cicd/platforms/unpinned/macos-10.14-unpinned.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/bash
set -eo pipefail
VERSION=2
VERSION=1
brew update
brew install git cmake python libtool libusb graphviz automake wget gmp llvm@7 pkgconfig doxygen [email protected] jq boost || :
brew install git icu4c python libtool libusb graphviz automake wget gmp llvm@7 pkgconfig doxygen [email protected] cmake jq || :
curl -LO https://raw.githubusercontent.com/Homebrew/homebrew-core/0b9ee3127763e8ebce62599bae85f37ab1687622/Formula/boost.rb
brew install -f boost.rb
# 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 d5ba74b

Please sign in to comment.