.travis.yml: split debug builds
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Feb 2019 11:28:25 +0000 (11:28 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 22 Feb 2019 09:28:29 +0000 (09:28 +0000)
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>
.travis.yml

index 866a1872b126cf13f8757af280eba7ae09854778..36ed7ec3f9a5905cf29263995be0c431ef1df738 100644 (file)
@@ -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: