summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2018-03-13 15:24:22 +0000
committerAlex Bennée <alex.bennee@linaro.org>2018-03-13 16:22:23 +0000
commit0b438fa627ca192e4be2c527bf188706d64bdd0d (patch)
treefefa272b1190aea7fef489b70bd00140d5d6daf3
parentad20a090a5ecb85e2591ccc9ef03528e7f621873 (diff)
downloadfocaccia-qemu-0b438fa627ca192e4be2c527bf188706d64bdd0d.tar.gz
focaccia-qemu-0b438fa627ca192e4be2c527bf188706d64bdd0d.zip
.travis.yml: add --disable-user with the rest of the disables
As all the disabled features only affect system emulation we might as
well disable user mode to save compile time.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 75e5b408d0..c1e99237b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,7 +52,7 @@ env:
     - CONFIG="--disable-system"
     - CONFIG="--disable-user"
     - CONFIG="--enable-debug --enable-debug-tcg"
-    - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb"
+    - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user"
     - CONFIG="--enable-modules --disable-linux-user"
     - CONFIG="--with-coroutine=ucontext --disable-linux-user"
     - CONFIG="--with-coroutine=sigaltstack --disable-linux-user"