diff mbox series

[PULL,3/9] .travis.yml: --disable-user for --without-default-devices

Message ID 20190325132009.14987-4-alex.bennee@linaro.org
State New
Headers show
Series None | expand

Commit Message

Alex Bennée March 25, 2019, 1:20 p.m. UTC
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>
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 407fc25945..3fb3dab46e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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=""