qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 4/6] .travis.yml: enable ccache for the build


From: David Gibson
Subject: Re: [Qemu-devel] [PATCH v4 4/6] .travis.yml: enable ccache for the builds
Date: Wed, 3 Feb 2016 16:59:48 +1100
User-agent: Mutt/1.5.24 (2015-08-30)

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 <address@hidden>

Reviewed-by: David Gibson <address@hidden>
Tested-by: David Gibson <address@hidden>

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?

> ---
>  .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:

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]