qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 17/17] .travis.yml: single thread build-tcg


From: Thomas Huth
Subject: Re: [PATCH v3 17/17] .travis.yml: single thread build-tcg
Date: Mon, 3 Feb 2020 11:01:06 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 03/02/2020 10.09, Alex Bennée wrote:
> I've theorised that a parallel build-tcg is somehow getting confused
> when two fedora-30 based cross compilers attempt to build at the same
> time. From one data-point so far this may fix the problem although the
> plugins job runs quite close to timeout.
> 
> Signed-off-by: Alex Bennée <address@hidden>
> ---
>  .travis.yml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index c1c6df475a8..3b35b7cf04d 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -380,7 +380,7 @@ matrix:
>      - name: "GCC check-tcg (user)"
>        env:
>          - CONFIG="--disable-system --enable-debug-tcg"
> -        - TEST_BUILD_CMD="make -j${JOBS} build-tcg"
> +        - TEST_BUILD_CMD="make build-tcg"
>          - TEST_CMD="make check-tcg"
>          - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-debug-tcg"
>  
> @@ -391,7 +391,7 @@ matrix:
>      - name: "GCC plugins check-tcg (user)"
>        env:
>          - CONFIG="--disable-system --enable-plugins --enable-debug-tcg 
> --target-list-exclude=sparc64-linux-user,cris-linux-user"
> -        - TEST_BUILD_CMD="make -j${JOBS} build-tcg"
> +        - TEST_BUILD_CMD="make build-tcg"
>          - TEST_CMD="make check-tcg"
>          - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-debug-tcg"

Squash it into patch 14/17 ?

 Thomas




reply via email to

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