diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2018-08-28 08:17:33 -0700 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-08-28 17:17:33 +0200 |
commit | d36d11936f6725b9fc0702e9406bc55533d8e273 (patch) | |
tree | 5e0191a93b8ac7cbec2af2b5bfaddcfa39d822cf | |
parent | cf2ea218998ed3bbe6ca079d38cfe415324a6ddd (diff) | |
download | yosys-d36d11936f6725b9fc0702e9406bc55533d8e273.tar.gz yosys-d36d11936f6725b9fc0702e9406bc55533d8e273.tar.bz2 yosys-d36d11936f6725b9fc0702e9406bc55533d8e273.zip |
Add GCC to osx deps (#620)
* Add GCC to osx deps
* Force gcc-7 install
-rwxr-xr-x | .travis/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/setup.sh b/.travis/setup.sh index 81ff37742..068515786 100755 --- a/.travis/setup.sh +++ b/.travis/setup.sh @@ -64,7 +64,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap Homebrew/bundle brew bundle brew install ccache - brew install gcc + brew install gcc@7 echo echo -en 'travis_fold:end:before_install.brew\\r' echo |