]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
.travis.yml: drop cris-linux-user from the plugins test
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 3 Feb 2020 09:09:31 +0000 (09:09 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 4 Feb 2020 17:13:29 +0000 (17:13 +0000)
While it shouldn't cause problems we will never get useful information
from cris as it has yet to be converted to the common translator loop.
It also causes the Travis CI to fail for weird reasons which I have so
far been unable to replicate on a normal Xenial system.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200203090932.19147-17-alex.bennee@linaro.org>

.travis.yml

index 875671325c8f808faef47404726ba37d3b7f1a1d..c1c6df475a87aba86e135e67aa6714fc0ccb5462 100644 (file)
@@ -387,9 +387,10 @@ matrix:
 
     # Run check-tcg against linux-user (with plugins)
     # we skip sparc64-linux-user until it has been fixed somewhat
+    # we skip cris-linux-user as it doesn't use the common run loop
     - name: "GCC plugins check-tcg (user)"
       env:
-        - CONFIG="--disable-system --enable-plugins --enable-debug-tcg --target-list-exclude=sparc64-linux-user"
+        - CONFIG="--disable-system --enable-plugins --enable-debug-tcg --target-list-exclude=sparc64-linux-user,cris-linux-user"
         - TEST_BUILD_CMD="make -j${JOBS} build-tcg"
         - TEST_CMD="make check-tcg"
         - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-debug-tcg"