]> git.proxmox.com Git - mirror_qemu.git/commitdiff
.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 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=""