3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-22 02:57:51 +00:00

Revert earliest to gcc-4.8, compile iverilog with default compiler

This commit is contained in:
Eddie Hung 2019-08-14 12:28:17 -07:00
parent 182659f114
commit 4c2a2e275f
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ matrix:
addons:
apt:
packages:
- g++-4.9
- g++-4.8
- gperf
- build-essential
- bison
@ -38,7 +38,7 @@ matrix:
- libboost-filesystem-dev
- zlib1g-dev
env:
- MATRIX_EVAL="CONFIG=gcc && CC=gcc-4.9 && CXX=g++-4.9"
- MATRIX_EVAL="CONFIG=gcc && CC=gcc-4.8 && CXX=g++-4.8"
# Latest gcc supported on Travis Linux
- os: linux