From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRLWw-0000jv-K9 for qemu-devel@nongnu.org; Thu, 04 Feb 2016 10:09:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRLWs-00053w-7z for qemu-devel@nongnu.org; Thu, 04 Feb 2016 10:09:10 -0500 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:35700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRLWs-00053c-0D for qemu-devel@nongnu.org; Thu, 04 Feb 2016 10:09:06 -0500 Received: by mail-wm0-x234.google.com with SMTP id r129so216271307wmr.0 for ; Thu, 04 Feb 2016 07:09:05 -0800 (PST) References: <1454434448-1535-1-git-send-email-alex.bennee@linaro.org> <1454434448-1535-5-git-send-email-alex.bennee@linaro.org> <20160203055948.GO15080@voom.fritz.box> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20160203055948.GO15080@voom.fritz.box> Date: Thu, 04 Feb 2016 15:09:03 +0000 Message-ID: <87twloo6ls.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v4 4/6] .travis.yml: enable ccache for the builds List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: kwolf@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, peter.maydell@linaro.org David Gibson writes: > On Tue, Feb 02, 2016 at 05:34:06PM +0000, Alex Bennée wrote: >> Travis support ccache on a cache-per-branch basis. Given not much of the >> build changes between pushes as well as the duplication in each build it >> seems worthwhile enabling this. >> >> Signed-off-by: Alex Bennée > > Reviewed-by: David Gibson > Tested-by: David Gibson > > From the build times, it doesn't look like this is buying us as much > as I might have hoped, still it's unlikely to hurt. > > Do we know what the lifetime for the cache travis imposes? AFAICT they last forever unless the user wipes the cache. They may have a hidden heuristic to stop them growing too big but I don't know. > >> --- >> .travis.yml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/.travis.yml b/.travis.yml >> index 021eec7..4f09909 100644 >> --- a/.travis.yml >> +++ b/.travis.yml >> @@ -5,6 +5,7 @@ python: >> compiler: >> - gcc >> - clang >> +cache: ccache >> addons: >> apt: >> packages: -- Alex Bennée