OSDN Git Service

.travis.yml: --disable-user for --without-default-devices
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 19 Mar 2019 12:12:52 +0000 (12:12 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 25 Mar 2019 10:34:44 +0000 (10:34 +0000)
This is essentially a softmmu tweak so don't bother building
linux-user builds as well.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
.travis.yml

index 407fc25..3fb3dab 100644 (file)
@@ -165,7 +165,7 @@ matrix:
 
     # We manually include builds which we disable "make check" for
     - env:
-        - CONFIG="--without-default-devices"
+        - CONFIG="--without-default-devices --disable-user"
         - TEST_CMD=""