diff mbox series

[PULL,2/9] .travis.yml: split debug builds

Message ID 20190222095421.28938-3-alex.bennee@linaro.org
State Accepted
Commit 4e6e7df61e1408d09990a12bc050be8e65e7f4f6
Headers show
Series various Travis and Docker fixes, add gitlab CI | expand

Commit Message

Alex Bennée Feb. 22, 2019, 9:54 a.m. UTC
The builds are reaching the magic 50 minute limit with regularity so
lets split them up. Rather than doing a full debug build on both just
enable debug tcg for linux-user.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


-- 
2.20.1
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 866a1872b1..36ed7ec3f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -86,7 +86,12 @@  matrix:
 
 
     - env:
-        - CONFIG="--enable-debug --enable-debug-tcg"
+        - CONFIG="--enable-debug --enable-debug-tcg --disable-user"
+
+
+    # TCG debug can be run just on it's own and is mostly agnostic to user/softmmu distinctions
+    - env:
+        - CONFIG="--enable-debug-tcg --disable-system"
 
 
     - env: