Re: [Mesa-dev] [PATCH 5/5] travis: use both cores for make/make check

2017-02-03 Thread Chad Versace
On Thu 02 Feb 2017, Emil Velikov wrote: > On 2 February 2017 at 01:27, Eric Anholt wrote: > > Emil Velikov writes: > > > >> From: Emil Velikov > >> > >> The instance offers 2 cores, so use them to speed things up. > >> > >> Signed-off-by: Emil Velikov > > > > They don't just set MAKEFLAGS in th

Re: [Mesa-dev] [PATCH 5/5] travis: use both cores for make/make check

2017-02-01 Thread Emil Velikov
On 2 February 2017 at 01:27, Eric Anholt wrote: > Emil Velikov writes: > >> From: Emil Velikov >> >> The instance offers 2 cores, so use them to speed things up. >> >> Signed-off-by: Emil Velikov > > They don't just set MAKEFLAGS in the environment? That's weird. > From what I've read they don

Re: [Mesa-dev] [PATCH 5/5] travis: use both cores for make/make check

2017-02-01 Thread Eric Anholt
Emil Velikov writes: > From: Emil Velikov > > The instance offers 2 cores, so use them to speed things up. > > Signed-off-by: Emil Velikov They don't just set MAKEFLAGS in the environment? That's weird. Looks like an alternative would be to set - MAKEFLAGS=-j2 in the "env:" section, but this

[Mesa-dev] [PATCH 5/5] travis: use both cores for make/make check

2017-02-01 Thread Emil Velikov
From: Emil Velikov The instance offers 2 cores, so use them to speed things up. Signed-off-by: Emil Velikov --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b5dad7f3ea..e7f23409a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -