Re: [Qemu-devel] [PATCH v2 13/21] travis: improve ccache use

2017-06-23 Thread Philippe Mathieu-Daudé
On 06/22/2017 07:22 AM, Alex Bennée wrote: Philippe Mathieu-Daudé writes: Signed-off-by: Philippe Mathieu-Daudé Can you expand the commit message to breifly explain what all these extra settings change. What is CCACHE_SLOPINESS and ccache -s doing? I'm pretty sure I wrote something here

Re: [Qemu-devel] [PATCH v2 13/21] travis: improve ccache use

2017-06-22 Thread Paolo Bonzini
On 22/06/2017 05:32, Philippe Mathieu-Daudé wrote: > diff --git a/.travis.yml b/.travis.yml > index a7512f3ab0..96ddc16cfd 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -68,6 +68,8 @@ env: ># be kind with Travis free plan, restrict to at most 4 cores > - PARALLEL_JOBS="$(($(test

Re: [Qemu-devel] [PATCH v2 13/21] travis: improve ccache use

2017-06-22 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Signed-off-by: Philippe Mathieu-Daudé Can you expand the commit message to breifly explain what all these extra settings change. What is CCACHE_SLOPINESS and ccache -s doing? > --- > .travis.yml | 14 -- > 1 file changed, 12 insertions(+), 2 delet