]> Git Repo - qemu.git/commitdiff
.travis.yml: --disable-user for --without-default-devices
authorAlex Bennée <[email protected]>
Tue, 19 Mar 2019 12:12:52 +0000 (12:12 +0000)
committerAlex Bennée <[email protected]>
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 <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Wainer dos Santos Moschetta <[email protected]>
.travis.yml

index 407fc259452c280f94bf78d675d191bbae410298..3fb3dab46e0712a012de14a3311edf5c018290a7 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=""
 
 
This page took 0.03009 seconds and 4 git commands to generate.