mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
CI: XC7: temporally disable LiteX tests
LiteX tests are failing due to issues in LiteX/Symbiflow support. Let's disable them until a fix is merged in LiteX. Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
f83e8716a7
commit
ad98f38c86
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@ install:
|
|||
|
||||
script:
|
||||
# Run the tests inside the docker container.
|
||||
- if [ "$TOOLCHAIN" = "xc7" ]; then EXTRA_TESTS=,xc7-picosoc,xc7-litex,xc7-linux; fi
|
||||
- if [ "$TOOLCHAIN" = "xc7" ]; then EXTRA_TESTS=,xc7-picosoc; fi
|
||||
- tuttest ${TOOLCHAIN}/README.rst ${TOOLCHAIN}-prepare-env,${TOOLCHAIN}-counter${EXTRA_TESTS} | ${IN_DOCKER_EXEC} "$(cat /dev/stdin)"
|
||||
|
|
Loading…
Reference in a new issue