Re: [Mesa-dev] [PATCH 04/15] travis: enable apt cache

2017-04-28 Thread Andres Gomez
On Fri, 2017-04-28 at 19:27 +0100, Emil Velikov wrote: > On 28 April 2017 at 19:15, Emil Velikov wrote: > > On 28 April 2017 at 11:50, Andres Gomez wrote: > > > Do we want to do this? > > > > > > According to Travis own doc, there is little to no gain: > > > https://docs.travis-ci.com/user/cachi

Re: [Mesa-dev] [PATCH 04/15] travis: enable apt cache

2017-04-28 Thread Emil Velikov
On 28 April 2017 at 19:15, Emil Velikov wrote: > On 28 April 2017 at 11:50, Andres Gomez wrote: >> Do we want to do this? >> >> According to Travis own doc, there is little to no gain: >> https://docs.travis-ci.com/user/caching/#Things-not-to-cache >> > The packages we use should not be slow to d

Re: [Mesa-dev] [PATCH 04/15] travis: enable apt cache

2017-04-28 Thread Emil Velikov
On 28 April 2017 at 11:50, Andres Gomez wrote: > Do we want to do this? > > According to Travis own doc, there is little to no gain: > https://docs.travis-ci.com/user/caching/#Things-not-to-cache > The packages we use should not be slow to download, although I've not checked explicitly. It seems c

Re: [Mesa-dev] [PATCH 04/15] travis: enable apt cache

2017-04-28 Thread Andres Gomez
Do we want to do this? According to Travis own doc, there is little to no gain: https://docs.travis-ci.com/user/caching/#Things-not-to-cache On Thu, 2017-04-27 at 19:38 +0100, Emil Velikov wrote: > From: Emil Velikov > > Signed-off-by: Emil Velikov > --- > .travis.yml | 1 + > 1 file changed,

[Mesa-dev] [PATCH 04/15] travis: enable apt cache

2017-04-27 Thread Emil Velikov
From: Emil Velikov Signed-off-by: Emil Velikov --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e317a027233..061aed1bc7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ sudo: false dist: trusty cache: + apt: true directories: