diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-03-13 15:24:22 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2018-03-13 16:22:23 +0000 |
commit | 0b438fa627ca192e4be2c527bf188706d64bdd0d (patch) | |
tree | fefa272b1190aea7fef489b70bd00140d5d6daf3 /.travis.yml | |
parent | ad20a090a5ecb85e2591ccc9ef03528e7f621873 (diff) |
.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>
Diffstat (limited to '.travis.yml')
-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" |