diff options
author | Alex Bennée | 2018-03-13 16:24:22 +0100 |
---|---|---|
committer | Alex Bennée | 2018-03-13 17:22:23 +0100 |
commit | 0b438fa627ca192e4be2c527bf188706d64bdd0d (patch) | |
tree | fefa272b1190aea7fef489b70bd00140d5d6daf3 | |
parent | .travis.yml: split default config into system and user (diff) | |
download | qemu-0b438fa627ca192e4be2c527bf188706d64bdd0d.tar.gz qemu-0b438fa627ca192e4be2c527bf188706d64bdd0d.tar.xz 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.yml | 2 |
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" |