diff mbox series

[v1,1/8] .travis.yml: the xcode10 image seems to be hosed

Message ID 20190220172811.10588-2-alex.bennee@linaro.org
State Superseded
Headers show
Series testing/next | expand

Commit Message

Alex Bennée Feb. 20, 2019, 5:28 p.m. UTC
From: Paolo Bonzini <pbonzini@redhat.com>


It fails to install homebrew.  Unfortunately we cannot mark
it as an expected failure because Travis does not match
allow_failures rows against include rows (only against the
main test matrix, which we do not use at all), so just disable
it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Message-Id: <20190220105131.23479-1-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 .travis.yml | 7 -------
 1 file changed, 7 deletions(-)

-- 
2.20.1

Comments

Philippe Mathieu-Daudé Feb. 20, 2019, 7:08 p.m. UTC | #1
On 2/20/19 6:28 PM, Alex Bennée wrote:
> From: Paolo Bonzini <pbonzini@redhat.com>

> 

> It fails to install homebrew.  Unfortunately we cannot mark


$ git config protocol.version
2

This is weird, Travis now enforce git protocol v2, but the brew version
they provide doesn't support it.

Maybe they don't care because now provide the Xcode 10.2 (as beta):

https://blog.travis-ci.com/2019-02-12-xcode-10-2-beta-2-is-now-available

Successful build:
https://travis-ci.org/philmd/qemu/jobs/496139928

I'll send a patch FWIW.

> it as an expected failure because Travis does not match

> allow_failures rows against include rows (only against the

> main test matrix, which we do not use at all), so just disable

> it.

> 

> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

> Message-Id: <20190220105131.23479-1-pbonzini@redhat.com>

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

> ---

>  .travis.yml | 7 -------

>  1 file changed, 7 deletions(-)

> 

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

> index baa06b976a..866a1872b1 100644

> --- a/.travis.yml

> +++ b/.travis.yml

> @@ -174,13 +174,6 @@ matrix:

>        compiler: clang

>  

>  

> -    - env:

> -        - CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu"

> -      os: osx

> -      osx_image: xcode10

> -      compiler: clang

> -

> -

>      # Python builds

>      - env:

>          - CONFIG="--target-list=x86_64-softmmu"

>
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index baa06b976a..866a1872b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -174,13 +174,6 @@  matrix:
       compiler: clang
 
 
-    - env:
-        - CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu"
-      os: osx
-      osx_image: xcode10
-      compiler: clang
-
-
     # Python builds
     - env:
         - CONFIG="--target-list=x86_64-softmmu"