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 BA1F245AF4; Wed, 9 Oct 2024 18:40:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A83C440697; Wed, 9 Oct 2024 18:40:21 +0200 (CEST) Received: from mail-pg1-f174.google.com (mail-pg1-f174.google.com [209.85.215.174]) by mails.dpdk.org (Postfix) with ESMTP id 0DAA1402C3 for ; Wed, 9 Oct 2024 18:40:21 +0200 (CEST) Received: by mail-pg1-f174.google.com with SMTP id 41be03b00d2f7-7ea12e0dc7aso2318298a12.3 for ; Wed, 09 Oct 2024 09:40:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1728492020; x=1729096820; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=ZmrtDHlpVQuNcj2Vvj2L7TBUBaI/sdLhOOr8amCZ3B4=; b=T/2At/SZrNY4sbDOgX/laUFfdqkFjNg3UtuKZETMql2gVeXBeEXNfUZ6uDM75nPCGr JdzrbrgYkLm5RTbVvFRl+kcj5AtNzgOM91+NqjwQQhHS6es63Nta+W6kEJPRip2x4Yr4 dxRKpV5ThNwz2ig5zlzlhvTrr1cncCtmqtfQVQD6C5bzsoUzbKTdaD6wUiXE6zbx6lpc E0R4ENPUivUK4+ufQz9WjAFkV9tD35KsIt9J40FvEP5sk2KGLvdlEbwjwAtQm+3ZFg2o 46KGJCXGE2NXOoqwsPUPBfVmwjexi7wUTeDoMrC/HbfE7WH81HKZi4N6p/D5bUIwBqcA u2JA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728492020; x=1729096820; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ZmrtDHlpVQuNcj2Vvj2L7TBUBaI/sdLhOOr8amCZ3B4=; b=n4nXt3VWCDbHa8qMRREuMrVDueSgeeDnU8H0YiSGV8X7u/l4OfvouBHjuplmnWHVKn 15sLCyC3tqahZv8yGOqoJ31twcd44mlTnfoT+FfOUJR7Lcpld2l70P343UreJmjpKNcc L9MIByMY4+oomOLhK1dlGXQH+Q8PkToc/n7XMh7ubJq2dN2Zuc0Z+plzXAqsaneo1WzB cPpbOyvXmK4gf0tbzmmpnzvg5MVH1GqZsyIMMx4cmE793WhVzhIF8T8eMuvv1dqYpcfo 6P1xh/IT2z2H1otZgB0MiYJ4L61OgMhnHoMY2ku76ey/UxM1SfqiqgjYkK41BIab5WlI bBrA== X-Gm-Message-State: AOJu0YwiNJFYsBxNTyT9ZvEEFMGmPSCANLJ01+7Avt2iAiE49YL7n8Y2 S5Iuu9JthM3kzAgfnU0Vubg1wgo6NzIbKOyk+cYtdAXDluBFHJnOHJGMzD9D1Do= X-Google-Smtp-Source: AGHT+IH/LeSp5cwe/lpi2Em7WlNdO6+ej7H/nYyBlqQapGBzq2pJY51qh2fblay4V01Vruj1KKjSCw== X-Received: by 2002:a05:6a20:7687:b0:1d8:a642:2b7 with SMTP id adf61e73a8af0-1d8a6420ae3mr2681455637.21.1728492020135; Wed, 09 Oct 2024 09:40:20 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-71df0cbb976sm7973842b3a.23.2024.10.09.09.40.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Oct 2024 09:40:19 -0700 (PDT) Date: Wed, 9 Oct 2024 09:40:17 -0700 From: Stephen Hemminger To: Bruce Richardson Cc: dev@dpdk.org, david.marchand@redhat.com, probb@iol.unh.edu Subject: Re: [RFC PATCH] build: automatically report minimum meson version Message-ID: <20241009094017.0852ec51@hermes.local> In-Reply-To: <20241009152417.4028297-1-bruce.richardson@intel.com> References: <20241009152417.4028297-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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, 9 Oct 2024 16:24:01 +0100 Bruce Richardson wrote: > Add a script to buildtools to report the minimum meson version given in > our meson.build file. Then use this script in two ways: > > 1. in the .ci/linux-setup.sh script, use the auto-determined minimum > version to set up the CI, rather than hard-coding it. > 2. in meson.build call the script to report the version. This serves as > a sanity check to ensure that any changes to meson.build file do not > break the script. > > Signed-off-by: Bruce Richardson Make sense, kind of annoying that it requires so many lines to do this but very understandable. Acked-by: Stephen Hemminger