mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #11267 from ethereum/test_osx_cache
Force Homebrew update to work around CircleCI auto-update issue
This commit is contained in:
commit
6ef7e39e46
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user