mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Remove .0 from clang-8.0
This commit is contained in:
parent
c82b2fa31f
commit
e517c1c913
|
@ -108,7 +108,7 @@ matrix:
|
||||||
sources:
|
sources:
|
||||||
- llvm-toolchain-xenial-8
|
- llvm-toolchain-xenial-8
|
||||||
packages:
|
packages:
|
||||||
- clang-8.0
|
- clang-8
|
||||||
- gperf
|
- gperf
|
||||||
- build-essential
|
- build-essential
|
||||||
- bison
|
- bison
|
||||||
|
@ -128,7 +128,7 @@ matrix:
|
||||||
- libboost-filesystem-dev
|
- libboost-filesystem-dev
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CONFIG=clang && CC=clang-8.0 && CXX=clang++-8.0"
|
- MATRIX_EVAL="CONFIG=clang && CC=clang-8 && CXX=clang++-8"
|
||||||
|
|
||||||
# # Latest clang on Mac OS X
|
# # Latest clang on Mac OS X
|
||||||
# - os: osx
|
# - os: osx
|
||||||
|
|
Loading…
Reference in a new issue