From patchwork Fri Dec 14 15:17:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 1013598 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="PjJogmdH"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43GZ2H6yfLz9s3C for ; Sat, 15 Dec 2018 02:18:47 +1100 (AEDT) Received: from localhost ([::1]:34098 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXpEj-0004Tp-Lm for incoming@patchwork.ozlabs.org; Fri, 14 Dec 2018 10:18:45 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXpDX-0003zF-5R for qemu-devel@nongnu.org; Fri, 14 Dec 2018 10:17:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXpDT-0000Bw-5K for qemu-devel@nongnu.org; Fri, 14 Dec 2018 10:17:31 -0500 Received: from mail-wm1-x334.google.com ([2a00:1450:4864:20::334]:39669) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gXpDS-00007f-TA for qemu-devel@nongnu.org; Fri, 14 Dec 2018 10:17:27 -0500 Received: by mail-wm1-x334.google.com with SMTP id f81so6121078wmd.4 for ; Fri, 14 Dec 2018 07:17:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qmRFtCYB5qqPDvOr2cj5wfwj6o1Xze1z7n3TOG9zuNY=; b=PjJogmdHgULHew4BlXBXavOP2I9j5jng2N+jwgeg62wj4XFIlZ+gePv7dTJm8oI50l iZO/fc6AfEzXzAu2locxrMr19JVewHsRmxwyDOgSbLsH2qWsGL2MjkcOQ6IW/zK3ebpS lbdyCH96BJ1XjYbkwnYtLO+8EBSz0nFMWj7yk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qmRFtCYB5qqPDvOr2cj5wfwj6o1Xze1z7n3TOG9zuNY=; b=CCXGPwdNQeRIwuATs+kLfHAFwZ4uNqYlJNHp3Hoic4wn9beVJ0T/B5RMtyaBhu3z8A uPf/8YjyPj8uGYaHjJQXPVrVGUhyR1cDYyNeMFV99zpPPUVaxlBxM+DPqBHvCr76Punu H9GpXMvth31Cy0kCHSwlSzGsbeSumjQX/RfA6uohdVod3LhwlMDm8IvK0yblStUmAAYs 8XVVK4Dt2S1B1BptEBw2+ypuhiOMPC1vs409jQHkylSHJJQLpbj6gcrEbtvML9Y7SySq TKhJ1VxWe4j7gb93o1ChXMHOzxP1Kug1mhvo4lPgCAzffpCj4lqCFTLZD9wcge3tkuJt h1kg== X-Gm-Message-State: AA+aEWZySha4u0Zbo+/e5f9kHGbnnb1DpjDjKzy476yMYlEoLuh5E33P CCBwxsXZxZa6J9uBDdLyU/rGSA== X-Google-Smtp-Source: AFSGD/VrJwQ3J32mIALESMhNm5LO6wFeVY5hjTJv/yVgTG0GowyMEzw/iVdMYuGfXL+U3pCTJ4DQHQ== X-Received: by 2002:a1c:5545:: with SMTP id j66mr1485728wmb.15.1544800645572; Fri, 14 Dec 2018 07:17:25 -0800 (PST) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id j202sm9230366wmf.15.2018.12.14.07.17.24 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 14 Dec 2018 07:17:24 -0800 (PST) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id 88BD43E025C; Fri, 14 Dec 2018 15:17:24 +0000 (GMT) From: =?utf-8?q?Alex_Benn=C3=A9e?= To: qemu-devel@nongnu.org Date: Fri, 14 Dec 2018 15:17:18 +0000 Message-Id: <20181214151718.5041-1-alex.bennee@linaro.org> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::334 Subject: [Qemu-devel] [PATCH] .shippable.yml: disable the win cross tests X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= , =?utf-8?q?Alex_Benn=C3=A9e?= , =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" The pkg.mxe.cc package repositories have been down for the last two weeks causing the builds to fail when shippable re-builds the containers. This is really just a sticking plaster until we can get our own docker hub images properly setup so we can avoid having dependencies on external repos. Signed-off-by: Alex Bennée Cc: Philippe Mathieu-Daudé Acked-by: Philippe Mathieu-Daudé --- .shippable.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.shippable.yml b/.shippable.yml index f74a3de3ff..f2ffef21d1 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -7,10 +7,11 @@ env: matrix: - IMAGE=debian-amd64 TARGET_LIST=x86_64-softmmu,x86_64-linux-user - - IMAGE=debian-win32-cross - TARGET_LIST=arm-softmmu,i386-softmmu,lm32-softmmu - - IMAGE=debian-win64-cross - TARGET_LIST=aarch64-softmmu,sparc64-softmmu,x86_64-softmmu + # currently disabled as the mxe.cc repos are down + # - IMAGE=debian-win32-cross + # TARGET_LIST=arm-softmmu,i386-softmmu,lm32-softmmu + # - IMAGE=debian-win64-cross + # TARGET_LIST=aarch64-softmmu,sparc64-softmmu,x86_64-softmmu - IMAGE=debian-armel-cross TARGET_LIST=arm-softmmu,arm-linux-user,armeb-linux-user - IMAGE=debian-armhf-cross