From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 43015C433F5 for ; Thu, 5 May 2022 09:39:45 +0000 (UTC) Received: from localhost ([::1]:40474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nmXxY-0002Vo-Do for qemu-devel@archiver.kernel.org; Thu, 05 May 2022 05:39:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40524) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nmXeX-0007Jz-Ba for qemu-devel@nongnu.org; Thu, 05 May 2022 05:20:05 -0400 Received: from mail-wr1-x432.google.com ([2a00:1450:4864:20::432]:34615) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nmXeV-0005qw-E2 for qemu-devel@nongnu.org; Thu, 05 May 2022 05:20:04 -0400 Received: by mail-wr1-x432.google.com with SMTP id q23so5270114wra.1 for ; Thu, 05 May 2022 02:19:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=references:user-agent:from:to:cc:subject:date:in-reply-to :message-id:mime-version:content-transfer-encoding; bh=3haBgs4PIBPpKdoZTjBSTYT+BclEds/TNIsz5zmvEB0=; b=QQXY5zb4+AOWYN43qOX1efV+/tsWecH7ZaGjHSCktkEQhaW3pMHMzQt6ZL75CPiZDz OyaL1JSr9fWSPl93iA9RSph+U622vZIjVYI0yUeim+oelK4Xrstcz2dKfhipCI+4KruK tPIlNOE675X16efglI+Ao01rG8roI43EjCEwN7GtpO7I9uXiYsseM+ltIZFe5TVbpcR3 Jlg2SFWxTd0SapRX17ANB6oFP19asvc7wfiWS8SAv4YJ8eRYvgX1rxRb0mjWx+TOFJv9 xpDNvhHKSlckFz/wrAKP6MqulMLk1xQ3FaifoF2CmL4ZHHX2yWb4je7pj9C3Tiirxl0b NbCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:references:user-agent:from:to:cc:subject:date :in-reply-to:message-id:mime-version:content-transfer-encoding; bh=3haBgs4PIBPpKdoZTjBSTYT+BclEds/TNIsz5zmvEB0=; b=sG7LhZEqeMGt4sA1RY3NYD1oF6W9n/1Op9DmBCvOEcqwRJsSo7ZVp31cQCkx8ib4qx noJWgPq1h/Fp5wSKWTL3At2KjbBsxLJE56z6aa5dYTNwYoRdZ44dOk2JQJyFHPWfUnGR gsFUsp6TLzJJS5RJtrYvjdIWku06MMuzzmSDoSs0flvjcYKp6y+KGkdcm+YQcdPVrOgc uBA+CtAotfxPrb+t40R+pTCbsJUl4t+OW1mId97omaw385/6RoXn5DcsuwlOX6DLQBQl aelrs7drBkMFsj2Ao7X3+Avi+dV9GY130fFl97SFQ4/7v7odriHMovT1jOJbjlT3aV49 hMMQ== X-Gm-Message-State: AOAM531oCUYSJcn9SueZ5a+kL9dKmUd5pfynE1NvHp9+MGIZH9D7nn+q 3v9vMackFKOECP+koLiOH+EX/A== X-Google-Smtp-Source: ABdhPJyun+P5kUztrlJchx3TS293NwG9V12etsqhPkpcsCoTInFnOmA+IrM2jqGIMxL6hrxRMUvIjA== X-Received: by 2002:a5d:6b11:0:b0:20a:a247:25f4 with SMTP id v17-20020a5d6b11000000b0020aa24725f4mr19555402wrw.234.1651742398314; Thu, 05 May 2022 02:19:58 -0700 (PDT) Received: from zen.linaroharston ([51.148.130.216]) by smtp.gmail.com with ESMTPSA id b4-20020a05600010c400b0020c5253d8fesm742274wrx.74.2022.05.05.02.19.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 May 2022 02:19:57 -0700 (PDT) Received: from zen (localhost [127.0.0.1]) by zen.linaroharston (Postfix) with ESMTP id 6B5D41FFB7; Thu, 5 May 2022 10:19:56 +0100 (BST) References: <20220503200524.1868-1-luoyonggang@gmail.com> <177e1d2f-1f67-4921-a49c-413ac1488487@redhat.com> User-agent: mu4e 1.7.13; emacs 28.1.50 From: Alex =?utf-8?Q?Benn=C3=A9e?= To: Thomas Huth Cc: Yonggang Luo , qemu-devel@nongnu.org, Wainer dos Santos Moschetta , qemu-trivial@nongnu.org, Beraldo Leal , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Subject: Re: [PATCH 0/2] Upgrade mingw base packages Date: Thu, 05 May 2022 10:19:33 +0100 In-reply-to: <177e1d2f-1f67-4921-a49c-413ac1488487@redhat.com> Message-ID: <87zgjwtjyb.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::432; envelope-from=alex.bennee@linaro.org; helo=mail-wr1-x432.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Thomas Huth writes: > On 03/05/2022 22.05, Yonggang Luo wrote: >> v1. upgrade both cirrus and gitlab-ci to the newest mingw base release >> Yonggang Luo (2): >> cirrus/win32: upgrade mingw base packages >> gitlab-ci: Upgrade mingw base package. >> .cirrus.yml | 2 +- >> .gitlab-ci.d/windows.yml | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) >>=20 > > Tested-by: Thomas Huth > > I can take this through my next misc/testing pull request if nobody > else wants to take it first. Go for it, I don't have any testing/next brewing at the moment. --=20 Alex Benn=C3=A9e