3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-03 21:01:23 +00:00

Bump gcc from 4.8 to 4.9 as undefined reference

... to `__warn_memset_zero_len'.
Also remove gcc-6, bump gcc-7 to gcc-9, clang from 5.0 to 8.0
This commit is contained in:
Eddie Hung 2019-08-14 11:26:32 -07:00
parent e2797f1308
commit 0c003a3d0d

View file

@ -18,7 +18,7 @@ matrix:
addons: addons:
apt: apt:
packages: packages:
- g++-4.8 - g++-4.9
- gperf - gperf
- build-essential - build-essential
- bison - bison
@ -38,36 +38,7 @@ matrix:
- libboost-filesystem-dev - libboost-filesystem-dev
- zlib1g-dev - zlib1g-dev
env: env:
- MATRIX_EVAL="CONFIG=gcc && CC=gcc-4.8 && CXX=g++-4.8" - MATRIX_EVAL="CONFIG=gcc && CC=gcc-4.9 && CXX=g++-4.9"
# Latest gcc-6 on Travis Linux
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- gperf
- build-essential
- bison
- flex
- libreadline-dev
- gawk
- tcl-dev
- libffi-dev
- git
- graphviz
- xdot
- pkg-config
- python
- python3
- libboost-system-dev
- libboost-python-dev
- libboost-filesystem-dev
- zlib1g-dev
env:
- MATRIX_EVAL="CONFIG=gcc && CC=gcc-6 && CXX=g++-6"
# Latest gcc supported on Travis Linux # Latest gcc supported on Travis Linux
- os: linux - os: linux
@ -76,7 +47,7 @@ matrix:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- g++-7 - g++-9
- gperf - gperf
- build-essential - build-essential
- bison - bison
@ -96,7 +67,7 @@ matrix:
- libboost-filesystem-dev - libboost-filesystem-dev
- zlib1g-dev - zlib1g-dev
env: env:
- MATRIX_EVAL="CONFIG=gcc && CC=gcc-7 && CXX=g++-7" - MATRIX_EVAL="CONFIG=gcc && CC=gcc-9 && CXX=g++-9"
# Clang which ships on Trusty Linux # Clang which ships on Trusty Linux
- os: linux - os: linux
@ -133,9 +104,9 @@ matrix:
addons: addons:
apt: apt:
sources: sources:
- llvm-toolchain-trusty-5.0 - llvm-toolchain-bionic-8.0
packages: packages:
- clang-5.0 - clang-8.0
- gperf - gperf
- build-essential - build-essential
- bison - bison
@ -155,7 +126,7 @@ matrix:
- libboost-filesystem-dev - libboost-filesystem-dev
- zlib1g-dev - zlib1g-dev
env: env:
- MATRIX_EVAL="CONFIG=clang && CC=clang-5.0 && CXX=clang++-5.0" - MATRIX_EVAL="CONFIG=clang && CC=clang-8.0 && CXX=clang++-8.0"
# # Latest clang on Mac OS X # # Latest clang on Mac OS X
# - os: osx # - os: osx