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 63F8DA0A0C; Sun, 8 Aug 2021 13:32:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D3DB440683; Sun, 8 Aug 2021 13:32:30 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mails.dpdk.org (Postfix) with ESMTP id DD3054067E for ; Sun, 8 Aug 2021 13:32:28 +0200 (CEST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 56CB33200094; Sun, 8 Aug 2021 07:32:27 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Sun, 08 Aug 2021 07:32:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= wTUFzVeVn6l2FvfXKIAIJm4XN+u8oK3q2mzt5iCcdog=; b=SNNhKg8JaFT8U7Dx PP7/lDscjPmmtSbC5LJvgTItmQ1PjkvxgzGKUWGqcbqmuJHVDSB34OCJfKYl7vtb fr2iCp4jQsnAFJRipV9Q7dN6lZkZ8UtMfZw6bsokWJatHW/AbCtb9GQoIlLt84tN mWoa+yHjYdjh7YPI1FTE4U1AOeYB32ebEGbndMSzXjpW3Yus5Bwo0MEP43xfVLUt XOI6yj/tjGCkC6QqqxjpzNIpIiOCGXwQ6nG3/XMu2p4xtYVcFCQebeTM6gJRl6jX /N9OR0cJnEAjxfKGCS+Egd3FnXWX1C2mGEnRRu3dylnjmMqHIFOSOVjDmnPh7WJ2 mOI4Iw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=wTUFzVeVn6l2FvfXKIAIJm4XN+u8oK3q2mzt5iCcd og=; b=MPtxoxSqOoleRGRgAaJnz3IGIT480nTJYmd8YIBK/cKKYZD3xrbguAZa/ BSjnAZ+keE551MdOHs5DModn97sJ2Na6cnexerIQrIyEqKAVJ4pdiuvgnOs8hEBD 8k+hBpzJ/y/Bp2fV3YMW5m0L23pAZ4pHPv3kWruVilsiL+zZchZi0ohOskM7mNiN Bz2J2KgEHYFemFd3hbRQuedY/eqUx3sVed1xhUO0VnoMBfhU/vsMJ/ShgZGDoO+f ZtnG5DDDKQ4h8GmhVXpbncdb+PFP2+1g3FUgRVD6ur08pVM3BMgdiIxTWq5gbjwS DKOwRh6Ha1JIFveCvyq4d/Tx8EkvA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrjeehgdegudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 8 Aug 2021 07:32:25 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: Bruce Richardson , david.marchand@redhat.com Date: Sun, 08 Aug 2021 13:32:24 +0200 Message-ID: <15812201.b3jpIIzSed@thomas> In-Reply-To: <20210503144640.1369012-1-thomas@monjalon.net> References: <20210503144640.1369012-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: allow to skip some build tests 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 Sender: "dev" 03/05/2021 16:46, Thomas Monjalon: > Inserting "return 1" in .develconfig file will allow to skip > some build tests based on $DPDK_TARGET or other parameters. > > Signed-off-by: Thomas Monjalon > --- > @@ -87,7 +87,7 @@ load_env () # > fi > echo "Using DPDK_TARGET $DPDK_TARGET" >&$verbose > # config input: $DPDK_TARGET > - . $srcdir/devtools/load-devel-config > + . $srcdir/devtools/load-devel-config || return 1 > # config output: $DPDK_MESON_OPTIONS, $PATH, $PKG_CONFIG_PATH, etc > command -v $targetcc >/dev/null 2>&1 || return 1 > } This technique does not work, and it is possible to skip a build test by inserting targetcc=SKIP in the development config file.