diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-03-19 12:12:52 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-03-25 10:34:44 +0000 |
commit | 386dc514927309ae60d4bd01a79a7295f6cf32c3 (patch) | |
tree | cc6e9bf43ed4c0119ad7388b360897a55f7b520b /.travis.yml | |
parent | 8c3daf975b5fbf9b3afdb5245ecdfa1a9a765d74 (diff) | |
download | qemu-386dc514927309ae60d4bd01a79a7295f6cf32c3.zip |
.travis.yml: --disable-user for --without-default-devices
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>
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 407fc25945..3fb3dab46e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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="" |