From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 25E67A04C7; Thu, 21 Nov 2019 00:42:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E832327D; Thu, 21 Nov 2019 00:42:33 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 8C35823D for ; Thu, 21 Nov 2019 00:42:32 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2A102200CF; Wed, 20 Nov 2019 18:42:32 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 20 Nov 2019 18:42:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=L5U+mNRB9x33bpTOfdL78Uo 1XV/gv7WrstQFb3vgx54=; b=TNPZI+O1PGLZACWdFAnljeJbA+GGTY3qvrotzFk /fO7A03cVNffT7B8AEbaOlV5uauNl5GZ8HfdG1qf3xd0SFlamJ1u54HVodgUDIdH 2EcvIvY8DDGSe6cOkWk/17VIowiNndrb59R8RIW2MsMJWyc2aY+G+bRUbQGgUj8/ UHpY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=L5U+mNRB9x33bpTOf dL78Uo1XV/gv7WrstQFb3vgx54=; b=AEytuCwgQACJv6c+M3kdd/ZzCyv6NG5A1 w1N7GRyxWDzF4dd6R9zVVeHJ9SXrcHU1suRKP7DWLUr/iN1lWyw4KNx1a1LyLTlg ensC9yqsKk2ellmgj33TZO38ITBkr7nmyLNXGEZt9QgGKajemq/GB1aDdYChtHoX NKwIhVaR9MSP92Ns3IwTx3VdYofdXYSyqfXyBi1ErttLfP+C46OWN7kqnbRkakGL 7NVv7MQ8wY71qzk6LtHSv3vtFxcBmTrGMXkQdeG4bYVJ0Iwo/ndU+qh2A1P4/LwN E6dGoBSv0maRhe644xWHHGmDo9HDIrP80NKO+1D1DsJECipLFVs/g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudehuddgudefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkffoggfgsedtkeertdertddtnecuhfhrohhmpefvhhhomhgrshcu ofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppe ejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AE2F58005B; Wed, 20 Nov 2019 18:42:30 -0500 (EST) From: Thomas Monjalon To: honnappa.nagarahalli@arm.com, jerinj@marvell.com, hemant.agrawal@nxp.com Cc: dev@dpdk.org, David Marchand Date: Thu, 21 Nov 2019 00:42:22 +0100 Message-Id: <20191120234222.23540-1-thomas@monjalon.net> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] devtools: reduce list of Arm builds tested with meson X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" The list of Arm configs is growing: config/arm/arm64_armada_linux_gcc config/arm/arm64_armv8_linux_gcc config/arm/arm64_bluefield_linux_gcc config/arm/arm64_dpaa_linux_gcc config/arm/arm64_emag_linux_gcc config/arm/arm64_n1sdp_linux_gcc config/arm/arm64_octeontx2_linux_gcc config/arm/arm64_thunderx2_linux_gcc config/arm/arm64_thunderx_linux_gcc In order to keep testing time reasonable, and also because n1sdp is merged without a related fix in tests, the list of configs is reduced in the script test-meson-builds.sh. The list of tested Arm builds becomes: build-arm64-host-clang (armv8a) build-arm64-bluefield build-arm64-dpaa build-arm64-octeontx2 Signed-off-by: Thomas Monjalon Acked-by: David Marchand --- devtools/test-meson-builds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/test-meson-builds.sh b/devtools/test-meson-builds.sh index e3a5a5d51d..07d42985e6 100755 --- a/devtools/test-meson-builds.sh +++ b/devtools/test-meson-builds.sh @@ -117,7 +117,7 @@ export CC="clang" build build-arm64-host-clang $c $use_shared \ --cross-file $srcdir/config/arm/arm64_armv8_linux_gcc # all gcc/arm configurations -for f in $srcdir/config/arm/arm*gcc ; do +for f in $srcdir/config/arm/arm64_[bdo]*gcc ; do export CC="$CCACHE gcc" build build-$(basename $f | tr '_' '-' | cut -d'-' -f-2) $c \ $use_shared --cross-file $f -- 2.23.0