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 A7071A0548; Thu, 2 Jun 2022 11:44:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7EEE340691; Thu, 2 Jun 2022 11:44:13 +0200 (CEST) Received: from mail-qk1-f169.google.com (mail-qk1-f169.google.com [209.85.222.169]) by mails.dpdk.org (Postfix) with ESMTP id 7B88F4021E for ; Thu, 2 Jun 2022 11:44:12 +0200 (CEST) Received: by mail-qk1-f169.google.com with SMTP id q74so1765783qke.12 for ; Thu, 02 Jun 2022 02:44:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=TmvJRKQFsJwNLBnPAeNfwoGP2g4DR19217YwqnO3B8o=; b=qOcPeNUyFwy/YZ0p+gNfYuTUQMJtHTjIHz8S0GGi64z7JWVUItrf2foae9Glb2JeN/ m2nVGOXKrqOQ3sUsHDQV5oXeVzhsfvcinH1t1a5ty7xWyBfhPZrVQslEcgU5dB46CWtr uhQhQSVE6+qH+sN6O9NkplcgaBDdS7PmC1OJxd5quMNNWlsqRYsQz8GQn/3yPd6pQJJx bEAYnWHngK1swUc1ws/+q/y+WB9/+y1uU+bFRITagvwD1njWmb8GUbV4oVlQ3hSKHd+M Ac8TIZfBpJ/GcLqMuL9AQGoOARR9p3QyZH2cYznNYF9ynVi5qe4IEfPX3t+wDzors/zH ED2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TmvJRKQFsJwNLBnPAeNfwoGP2g4DR19217YwqnO3B8o=; b=Hy4eTCtuK6p8MQoY5py+oyO7lTxiNzrHLRa8yMipLgzUf80O6ip685UVDyaaUvpAD/ bLGXvFLvPpjTkWC7sZenCDfUtvbH26iuJM18hfuOISb3JBRIm3v9Iwgl0pWZY0WySfC5 NEJhYyoYEKOBMxKz5tFUIS0XrVoMN+YVxlae9s7ERiEFs6Yepx6RDbSjRZelx8Z2OcFn DaKYph1Eik0+kRZqnGopNnWdUMJxwHLsi5qjvYq2l15jxrGlFeJCEg73ZDgaYobGaE37 4Ifr+aVObzfgLX08PIQVcR7hzCx5am/VAP8sOpBK1pSb8izUUKNO6Jn4VDcyzItqDKDK RSfQ== X-Gm-Message-State: AOAM530C0o/upKK9s+lFkeiQjE9Yw0N0DRYqUczdLSwArtKANfBPhFK9 ZjPVwZsj90HOkTcrFJg2iUQyvXsH9riFZ6DSjh0= X-Google-Smtp-Source: ABdhPJwe4/YA/3jvfHtHz4kkhZ1xGs4PokqutYY25lWU53bKx/dQegX8mTigRfY6K9SHEv8+HDCifACIGGMq4QNZzSo= X-Received: by 2002:a05:620a:424a:b0:67e:8860:55b7 with SMTP id w10-20020a05620a424a00b0067e886055b7mr2714559qko.26.1654163051913; Thu, 02 Jun 2022 02:44:11 -0700 (PDT) MIME-Version: 1.0 References: <20220602092356.2788089-1-jerinj@marvell.com> In-Reply-To: From: Jerin Jacob Date: Thu, 2 Jun 2022 15:13:46 +0530 Message-ID: Subject: Re: [dpdk-dev] [PATCH v1] build: ccache support for cross build To: Bruce Richardson Cc: Jerin Jacob , dpdk-dev , Ruifeng Wang , Jan Viktorin , David Christensen , Konstantin Ananyev , Thomas Monjalon , David Marchand , =?UTF-8?Q?Juraj_Linke=C5=A1?= , fengchengwen Content-Type: text/plain; charset="UTF-8" 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 Thu, Jun 2, 2022 at 3:11 PM Bruce Richardson wrote: > > On Thu, Jun 02, 2022 at 02:53:55PM +0530, jerinj@marvell.com wrote: > > From: Jerin Jacob > > > > By default, ccache is not used for cross build[1]. > > Update all cross files to use ccache if it is available > > in build machine. > > > > [1] > > https://mesonbuild.com/Machine-files.html > > > > Signed-off-by: Jerin Jacob > > Does this still work even if ccache is not available? That's not fully Yes. > clear from the docs, but it seems to be that if an array is passed the > whole array is used as the command, rather than just one element of the > array. That would imply that cross-builds now require ccache. Is that > acceptable? I have removed ccache from the build machine still it works. > > /Bruce >