From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: ccache & guix build Date: Wed, 14 Sep 2016 16:14:53 +0200 Message-ID: <87k2eepnz6.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkAxp-0003og-5R for help-guix@gnu.org; Wed, 14 Sep 2016 10:15:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkAxl-00081r-Og for help-guix@gnu.org; Wed, 14 Sep 2016 10:15:01 -0400 In-Reply-To: (Vincent Legoll's message of "Wed, 14 Sep 2016 12:08:25 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Vincent Legoll Cc: help-guix Hi, Vincent Legoll skribis: > Is there a way to use ccache for "guix build" ? The short answer is =E2=80=9Cno=E2=80=9D, because we cannot inject ccache i= n the build process without changing it, strictly speaking. However, the store is essentially a cache, only coarse-grained compared to that of ccache. Ludo=E2=80=99.