]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
.travis.yml: reduce the module builds to major architectures
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 8 Mar 2019 15:52:13 +0000 (15:52 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 12 Mar 2019 17:05:21 +0000 (17:05 +0000)
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>
.travis.yml

index c46b0c28df1d0a04411e74a037a73bec38b2ed1c..d5c9bbf1b2059591407cfbc8f50728f5faff5c36 100644 (file)
@@ -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