qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for 4.2?] .travis.yml: drop xcode9.4 from build matrix


From: Thomas Huth
Subject: Re: [PATCH for 4.2?] .travis.yml: drop xcode9.4 from build matrix
Date: Fri, 29 Nov 2019 14:52:14 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 27/11/2019 14.24, Alex Bennée wrote:
> It's broken so it's no longer helping. The latest Xcode is covered by
> Cirrus.
> 
> Signed-off-by: Alex Bennée <address@hidden>
> ---
>  .travis.yml | 8 +-------
>  1 file changed, 1 insertion(+), 7 deletions(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index c09b6a00143..445b0646c18 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -237,13 +237,7 @@ matrix:
>          - TEST_CMD=""
>  
>  
> -    # MacOSX builds
> -    - env:
> -        - CONFIG="--target-list=${MAIN_SOFTMMU_TARGETS}"
> -      os: osx
> -      osx_image: xcode9.4
> -      compiler: clang
> -
> +    # MacOSX builds - cirrus.yml also tests some MacOS builds including 
> latest Xcode

Ack for removing xcode9.4, it's also constantly failing for me, which is
quite annoying.

Additionally, the xcode9.4 runs on macOS 10.13, which we do not
officially support anymore in QEMU (we only support the latest two
releases).

But maybe instead of removing the entry completely, you could replace it
with "xcode11.2" instead if that works? See:

 https://docs.travis-ci.com/user/reference/osx

  Thomas




reply via email to

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