qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 12/12] .travis.yml: limit the arm64 target list


From: Alex Bennée
Subject: [PATCH v2 12/12] .travis.yml: limit the arm64 target list
Date: Thu, 30 Jan 2020 11:32:23 +0000

Even though we can do a good multi-threaded build we are still
exceeding the 50 minute build time while running the tests.

Signed-off-by: Alex Bennée <address@hidden>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a600f508b0..71bf650b1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -426,7 +426,7 @@ matrix:
           - genisoimage
       env:
         - TEST_CMD="make check check-tcg V=1"
-        - CONFIG="--disable-containers --target-list=${MAIN_SOFTMMU_TARGETS}"
+        - CONFIG="--disable-containers 
--target-list=aarch64-softmmu,aarch64-linux-user,arm-softmmu,arm-linux-user"
 
     - name: "[ppc64] GCC check-tcg"
       arch: ppc64le
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]