From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYskM-00065f-18 for qemu-devel@nongnu.org; Mon, 17 Dec 2018 08:15:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYsY1-0002Ha-7E for qemu-devel@nongnu.org; Mon, 17 Dec 2018 08:03:02 -0500 Received: from mail-oi1-x22f.google.com ([2607:f8b0:4864:20::22f]:40098) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gYsY1-0002H2-24 for qemu-devel@nongnu.org; Mon, 17 Dec 2018 08:03:01 -0500 Received: by mail-oi1-x22f.google.com with SMTP id t204so10056738oie.7 for ; Mon, 17 Dec 2018 05:03:01 -0800 (PST) MIME-Version: 1.0 References: <20181214151718.5041-1-alex.bennee@linaro.org> In-Reply-To: <20181214151718.5041-1-alex.bennee@linaro.org> From: Peter Maydell Date: Mon, 17 Dec 2018 13:02:48 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] .shippable.yml: disable the win cross tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QWxleCBCZW5uw6ll?= Cc: QEMU Developers , Fam Zheng , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= On Fri, 14 Dec 2018 at 15:19, Alex Benn=C3=A9e wro= te: > > 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. Applied to master, thanks. -- PMM