aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2018-08-28 08:17:33 -0700
committerClifford Wolf <clifford@clifford.at>2018-08-28 17:17:33 +0200
commitd36d11936f6725b9fc0702e9406bc55533d8e273 (patch)
tree5e0191a93b8ac7cbec2af2b5bfaddcfa39d822cf
parentcf2ea218998ed3bbe6ca079d38cfe415324a6ddd (diff)
downloadyosys-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.sh2
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