From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVfL-0004zE-4L for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVfK-0001yt-Ch for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:15 -0500 Received: from mail-wr1-x435.google.com ([2a00:1450:4864:20::435]:42228) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVfK-0001y7-5t for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:14 -0500 Received: by mail-wr1-x435.google.com with SMTP id r5so13625439wrg.9 for ; Wed, 20 Feb 2019 09:28:14 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Wed, 20 Feb 2019 17:28:04 +0000 Message-Id: <20190220172811.10588-2-alex.bennee@linaro.org> In-Reply-To: <20190220172811.10588-1-alex.bennee@linaro.org> References: <20190220172811.10588-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v1 1/8] .travis.yml: the xcode10 image seems to be hosed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, peter.maydell@linaro.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= From: Paolo Bonzini 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 Message-Id: <20190220105131.23479-1-pbonzini@redhat.com> Signed-off-by: Alex Bennée --- .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" -- 2.20.1