diff mbox series

[v1,2/3] travis: reduce coverage of gprof build

Message ID 20180614125337.24950-3-alex.bennee@linaro.org
State Superseded
Headers show
Series Current Travis Patches | expand

Commit Message

Alex Bennée June 14, 2018, 12:53 p.m. UTC
This build is regularly timing out and even switching off linux-user
wasn't enough. Instead explicitly choose a target list of broadly the
"major" architectures. This is enough to check the gprof build
machinery works without worrying about the actual coverage results.

I did try various YAML constructs for specifying CONFIG with
continuation but couldn't get any of them to work hence the very long
line.

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

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1

Comments

Philippe Mathieu-Daudé June 14, 2018, 1:05 p.m. UTC | #1
On 06/14/2018 09:53 AM, Alex Bennée wrote:
> This build is regularly timing out and even switching off linux-user

> wasn't enough. Instead explicitly choose a target list of broadly the

> "major" architectures. This is enough to check the gprof build

> machinery works without worrying about the actual coverage results.

> 

> I did try various YAML constructs for specifying CONFIG with

> continuation but couldn't get any of them to work hence the very long

> line.

> 

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


Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


> ---

>  .travis.yml | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/.travis.yml b/.travis.yml

> index d5e6d50e6d..c200dde534 100644

> --- a/.travis.yml

> +++ b/.travis.yml

> @@ -80,7 +80,7 @@ matrix:

>      - env: CONFIG="--disable-user"

>        compiler: clang

>      # gprof/gcov are GCC features

> -    - env: CONFIG="--enable-gprof --enable-gcov --disable-pie --disable-linux-user"

> +    - env: CONFIG="--enable-gprof --enable-gcov --disable-pie --target-list=aarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu,x86_64-softmmu"

>        compiler: gcc

>      # We manually include builds which we disable "make check" for

>      - env: CONFIG="--enable-debug --enable-tcg-interpreter"

>
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index d5e6d50e6d..c200dde534 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -80,7 +80,7 @@  matrix:
     - env: CONFIG="--disable-user"
       compiler: clang
     # gprof/gcov are GCC features
-    - env: CONFIG="--enable-gprof --enable-gcov --disable-pie --disable-linux-user"
+    - env: CONFIG="--enable-gprof --enable-gcov --disable-pie --target-list=aarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu,x86_64-softmmu"
       compiler: gcc
     # We manually include builds which we disable "make check" for
     - env: CONFIG="--enable-debug --enable-tcg-interpreter"