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 AC9BAA2EEB for ; Fri, 13 Sep 2019 12:34:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8C5DC1F0AF; Fri, 13 Sep 2019 12:34:06 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 119A91F0AD for ; Fri, 13 Sep 2019 12:34:05 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 07D5C51B; Fri, 13 Sep 2019 06:34:01 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 13 Sep 2019 06:34:02 -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=mesmtp; bh=8aL+P+Qc23mYs8rSSg8Xm32v6nwSm+bwBtpung/058M=; b=W3vffdgS+B0o Qgg8XkhaC8WH0qIEmcbgzwcTGdzlOmeFOEviozetIDl4LvbSauAJcevCiDCZskke QDLUL67LXsN0JgKFV2rRWAILg81symCO/OJeT8H2yt6b8mA/zzXKWA2J2qnGh2LA AIYW+hkF3kCSBAWy5YrCekZlpRYdgB4= 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=8aL+P+Qc23mYs8rSSg8Xm32v6nwSm+bwBtpung/05 8M=; b=FV6y913w31eNRWXzn0ICAEbYR9CBUgtQqPvdFmw0UQ8K3H6Q92JcOOcbu iLBSArCJOqPqPxe0+GJp6jxhj05G7ywgMhs4+6frsBWyfW84roxtmHuMhjRQsxk/ zTF2uqM7s/+5E/EHXnp0XS4lhhPDb/1ABBtnPRlNH+VREleHD0YdhW7cXsZrnhha VaXsfCyXYU+KqVLNcYEWpKXH31moviaGDEIB9TJqLPW3ZqCoiMw3/M5X2ldFi+Dz jUkuho8htuh6xa32bLun/K3O6JvXxewzS9FZKgXDNS+Fsb171aoMcjKWiocK0qzr P8YUmeTjthKoVT2r9aieI1i/LZtXg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrtdejgddvlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 991008005B; Fri, 13 Sep 2019 06:34:00 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: Luca Boccassi Date: Fri, 13 Sep 2019 12:33:59 +0200 Message-ID: <2988284.7WRlDF261I@xps> In-Reply-To: References: <20190913073425.13363-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: fix check of ccache for meson build 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" 13/09/2019 11:46, Luca Boccassi: > On Fri, 2019-09-13 at 09:34 +0200, Thomas Monjalon wrote: > > The meson build test fails if ccache is not available. > > The use of ccache must be optional. > > And if used, the compiler to check is the last word of $CC. > > > > Fixes: e0ae780e6569 ("devtools: test compiler availability only > > once") > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Luca Boccassi Not convinced all is solved, but applied to check if CI is fixed.