.travis.yml: disable linux-user build for gcov
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 9 May 2018 09:28:34 +0000 (10:28 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 1 Jun 2018 13:55:03 +0000 (14:55 +0100)
Currently the default testing doesn't exercise the linux-user builds
so there is no point spending time building them. We may want to
enable a separate gcov build once linux-user testing is re-enabled
although it's likely to report very low coverage.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
.travis.yml

index c1e99237b25c5cb058f8588a6903bc9794ac1490..aa83e9aed79716feae9c5e3189bc1951fb46a60d 100644 (file)
@@ -74,7 +74,7 @@ matrix:
     - env: CONFIG=""
       compiler: clang
     # gprof/gcov are GCC features
-    - env: CONFIG="--enable-gprof --enable-gcov --disable-pie"
+    - env: CONFIG="--enable-gprof --enable-gcov --disable-pie --disable-linux-user"
       compiler: gcc
     # We manually include builds which we disable "make check" for
     - env: CONFIG="--enable-debug --enable-tcg-interpreter"