mirror of https://github.com/YosysHQ/yosys.git
Bump to gcc-5 as `__warn_memset_zero_len' symbol not in 16.04!?!
This commit is contained in:
parent
bf40f2f895
commit
fdc438e551
|
@ -13,12 +13,14 @@ env:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Latest gcc-4.8, earliest version supported by Travis
|
# Earliest gcc version that works
|
||||||
|
# 4.8 and 4.9 fails to compile iverilog giving:
|
||||||
|
# "undefined reference to `__warn_memset_zero_len'"
|
||||||
- os: linux
|
- os: linux
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- g++-4.9
|
- g++-5
|
||||||
- gperf
|
- gperf
|
||||||
- build-essential
|
- build-essential
|
||||||
- bison
|
- bison
|
||||||
|
@ -37,7 +39,7 @@ matrix:
|
||||||
- libboost-python-dev
|
- libboost-python-dev
|
||||||
- libboost-filesystem-dev
|
- libboost-filesystem-dev
|
||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CONFIG=gcc && CC=gcc-4.9 && CXX=g++-4.9"
|
- MATRIX_EVAL="CONFIG=gcc && CC=gcc-5 && CXX=g++-5"
|
||||||
|
|
||||||
# Latest gcc supported on Travis Linux
|
# Latest gcc supported on Travis Linux
|
||||||
- os: linux
|
- os: linux
|
||||||
|
|
Loading…
Reference in New Issue