CI: XC7: drop old distros
Dropping Ubuntu Trusty and CentOS 6 from xc7 tests. Both the distros do not provide the `realpath` tool used in symbiflow wrappers Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
de551c7b20
commit
f83e8716a7
|
@ -7,21 +7,17 @@ services:
|
|||
|
||||
env:
|
||||
# Testing QuickLogic toolchain on all OSes
|
||||
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=trusty
|
||||
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=xenial
|
||||
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=bionic
|
||||
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=eoan
|
||||
- TOOLCHAIN=eos-s3 OS=ubuntu OS_VERSION=focal
|
||||
- TOOLCHAIN=eos-s3 OS=centos OS_VERSION=6
|
||||
- TOOLCHAIN=eos-s3 OS=centos OS_VERSION=7
|
||||
- TOOLCHAIN=eos-s3 OS=centos OS_VERSION=8
|
||||
# Testing Xilinx 7 Series toolchain on all OSes
|
||||
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=trusty
|
||||
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=xenial
|
||||
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=bionic
|
||||
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=eoan
|
||||
- TOOLCHAIN=xc7 OS=ubuntu OS_VERSION=focal
|
||||
- TOOLCHAIN=xc7 OS=centos OS_VERSION=6
|
||||
- TOOLCHAIN=xc7 OS=centos OS_VERSION=7
|
||||
- TOOLCHAIN=xc7 OS=centos OS_VERSION=8
|
||||
|
||||
|
|
Loading…
Reference in New Issue