Merge pull request #11267 from ethereum/test_osx_cache

Force Homebrew update to work around CircleCI auto-update issue
This commit is contained in:
chriseth 2021-04-19 16:54:12 +02:00 committed by GitHub
commit 6ef7e39e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,11 @@
# - /usr/local/Cellar
# - /usr/local/Homebrew
set -eu
if [ ! -f /usr/local/lib/libz3.a ] # if this file does not exists (cache was not restored), rebuild dependencies
then
brew update
brew unlink python
brew install boost
brew install cmake