From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6C28343DF1; Thu, 4 Apr 2024 01:00:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 338984029B; Thu, 4 Apr 2024 01:00:05 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 48EED4027B for ; Thu, 4 Apr 2024 01:00:03 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 81E2020E8FA6; Wed, 3 Apr 2024 16:00:02 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 81E2020E8FA6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1712185202; bh=uQ0U4jRs40vj6Y0jKu74rZt2l8wd1y/6vXPuiOGZ8Tg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=L5MDtU10pEaC53ipCTyohLVJKWQoEoAUYIVd91Oro/lDfawwj/4n5lsaRDi9k+53W HS3ndzJLvW6pBo0kYC40caRfBzs4wtWPpVXxRwS3d1fvuR6fh7ciaeKEfLqUiqH599 Lj1EGUSmSnDAOULM1TQoJTMbMypsVJSQJ02wxXm8= Date: Wed, 3 Apr 2024 16:00:02 -0700 From: Tyler Retzlaff To: Stephen Hemminger Cc: dev@dpdk.org, Dmitry Kozlyuk , Pallavi Kadam Subject: Re: [PATCH] doc: update required Mingw version Message-ID: <20240403230002.GA1377@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240403162851.437218-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240403162851.437218-1-stephen@networkplumber.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Wed, Apr 03, 2024 at 09:28:51AM -0700, Stephen Hemminger wrote: > Some new patches were failing on the very old version of mingw that > is being used by the CI system. But there was no required version > for mingw listed in the documentation, so add one. > > The version is selected is the version available for Debian oldstable > (Bullseye) as listed on: > https://www.mingw-w64.org/downloads/ > > The 10.0 version was released in 4/4/2022, > The current upstream version 11.0. > > Signed-off-by: Stephen Hemminger > --- Acked-by: Tyler Retzlaff