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 C296B45AE7; Tue, 8 Oct 2024 21:35:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9DF6940DD5; Tue, 8 Oct 2024 21:35:04 +0200 (CEST) Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by mails.dpdk.org (Postfix) with ESMTP id 157C740261 for ; Tue, 8 Oct 2024 21:35:03 +0200 (CEST) Received: by mail-pl1-f177.google.com with SMTP id d9443c01a7336-20ba6b39a78so43371205ad.3 for ; Tue, 08 Oct 2024 12:35:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1728416102; x=1729020902; darn=dpdk.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=8cuO9ncoKhXNganySoOVfp6DmFzVO6AQgz2M/KYgM4A=; b=PS9lxF5xOqE3uN07QcH8y/Iz9/xjs6nodu7BIczLqWoziCaZsWXlRoPEckKSrNXXWB 7zFiT0S3HDf58I8zfM4bpW8X7Ha3gpDM/ms5cyaUrfzBTr6lCUmSbf/WtiY1wXNniz61 PekMIV/zcMd7jxtCgGrR/6t8Q6icbkX97KIFk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728416102; x=1729020902; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=8cuO9ncoKhXNganySoOVfp6DmFzVO6AQgz2M/KYgM4A=; b=AbDPB0NC0odsfkjPCAuFdhSMY9y/FvVjRucSdfVoSPhWjwaKHQwdJCmT3ft2u6odt8 9j3YQNFhdklGAD0ASof2AnGhsKI44CL6VZFaRXpZ2fLtuZCvKSM9yRaS90N7+OXpEgo5 9IacZdmpaollUYBYREY/RQr44zW1XrcAcyLaFHepoKdxfGbS1FKtmH4TNhNIlkrYECBF kkOv9JmX4HSU40LxEP/LajYwO9Py+dx3OhTRWEyQb9738EyGGwdMW7TKTuLRCBtFpMj3 Gqw+P1EGtgjN9iWB19hrcwBSqRuS/x21/3vQspFtupdEJWwsHYxkKoz8kO7Ctk47lyrn 81Cg== X-Gm-Message-State: AOJu0YxjnREyxOJS/L8uKrHO82NJj8XPK1ASktDxUSZ7k0YLeMVn9EU+ HSo8ddhHMjCIQt2YqMEr/Yv4ErOdh2P/poDTpT5T5ySCZtdb8f4VFzkc617W9e3kLmxsqc1HF5w aiys2rVkEEgxomulMLAky7hYGoJXNKKcYfv+YtPFVNZ5GW0Wm X-Google-Smtp-Source: AGHT+IF2o/VHjs1jLAPt/lA2+LDgdbM55k4bzZSZ6PvS7T+MB2W9yGc86+bszqViE5psP/4QQZgmR3krimvXN4YNbCg= X-Received: by 2002:a17:903:2b05:b0:20b:a89a:1d60 with SMTP id d9443c01a7336-20c63773bc9mr1307145ad.30.1728416101811; Tue, 08 Oct 2024 12:35:01 -0700 (PDT) MIME-Version: 1.0 References: <20241008192543.800702-1-probb@iol.unh.edu> In-Reply-To: <20241008192543.800702-1-probb@iol.unh.edu> From: Patrick Robb Date: Tue, 8 Oct 2024 15:33:43 -0400 Message-ID: Subject: Re: [PATCH] Increasing ci meson version to .57 To: dev@dpdk.org Cc: bruce.richardson@intel.com, david.marchand@redhat.com, zhoumin@loongson.cn, aconole@redhat.com, rajesh.t.puttaswamy@intel.com, ci@dpdk.org Content-Type: multipart/alternative; boundary="000000000000c5e7ee0623fc3b84" 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 --000000000000c5e7ee0623fc3b84 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Oh, I guess I should have mentioned that I did "test" this for good measure, by spinning up a base ubuntu 20.04 container, running the linux-setup.sh with this change, and did a dpdk build. Tested-by: Patrick Robb On Tue, Oct 8, 2024 at 3:27=E2=80=AFPM Patrick Robb wro= te: > There is a proposed increase in the minimum meson version to .57 > This patch aligns the linux setup ci script with this change. > > Signed-off-by: Patrick Robb > --- > .ci/linux-setup.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.ci/linux-setup.sh b/.ci/linux-setup.sh > index 975bf32144..c7b6a86d38 100755 > --- a/.ci/linux-setup.sh > +++ b/.ci/linux-setup.sh > @@ -4,7 +4,7 @@ > [ "$(id -u)" !=3D '0' ] || alias sudo=3D > > # need to install as 'root' since some of the unit tests won't run > without it > -sudo python3 -m pip install --upgrade 'meson=3D=3D0.53.2' > +sudo python3 -m pip install --upgrade 'meson=3D=3D0.57' > > # setup hugepages. error ignored because having hugepage is not mandator= y. > cat /proc/meminfo > -- > 2.46.1 > > --000000000000c5e7ee0623fc3b84 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Oh, I guess I should have mentioned that I did "test&= quot; this for good measure, by spinning up a base ubuntu 20.04 container, = running the linux-setup.sh with this change, and did a dpdk build.=C2=A0
Tested-by: Patrick Robb <probb@iol.unh.edu>

=
On Tue, Oct 8, 2024 at 3:27=E2=80=AFP= M Patrick Robb <probb@iol.unh.edu> wrote:
Th= ere is a proposed increase in the minimum meson version to .57
This patch aligns the linux setup ci script with this change.

Signed-off-by: Patrick Robb <
probb@iol.unh.edu>
---
=C2=A0.ci/linux-setup.sh | 2 +-
=C2=A01 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/linux-setup.sh b/.ci/linux-setup.sh
index 975bf32144..c7b6a86d38 100755
--- a/.ci/linux-setup.sh
+++ b/.ci/linux-setup.sh
@@ -4,7 +4,7 @@
=C2=A0[ "$(id -u)" !=3D '0' ] || alias sudo=3D

=C2=A0# need to install as 'root' since some of the unit tests won&= #39;t run without it
-sudo python3 -m pip install --upgrade 'meson=3D=3D0.53.2'
+sudo python3 -m pip install --upgrade 'meson=3D=3D0.57'

=C2=A0# setup hugepages. error ignored because having hugepage is not manda= tory.
=C2=A0cat /proc/meminfo
--
2.46.1

--000000000000c5e7ee0623fc3b84--