summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Bennée2019-03-08 16:52:13 +0100
committerAlex Bennée2019-03-12 18:05:21 +0100
commit2f6c2526282926b4e7ed2380eb8cfcaa1dd025bf (patch)
tree8cbde87f7519ab0a7ec58ae85921136bd2ae7c0b
parent.travis.yml: combine docs and tools build with out-of-tree (diff)
downloadqemu-2f6c2526282926b4e7ed2380eb8cfcaa1dd025bf.tar.gz
qemu-2f6c2526282926b4e7ed2380eb8cfcaa1dd025bf.tar.xz
qemu-2f6c2526282926b4e7ed2380eb8cfcaa1dd025bf.zip
.travis.yml: reduce the module builds to major architectures
The --enable-modules build is consistently tripping the time limit so reduce our target list to the "major" architectures. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c46b0c28df..d5c9bbf1b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -98,8 +98,9 @@ matrix:
- CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-libusb --disable-user --disable-replication"
+ # Module builds are mostly of interest to major distros
- env:
- - CONFIG="--enable-modules --disable-linux-user"
+ - CONFIG="--enable-modules --target-list=aarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu,x86_64-softmmu"
# Alternate coroutines implementations are only really of interest to KVM users