Re: [Qemu-devel] [PATCH] .travis.yml: add --disable-linux-user for some jobs

2018-02-07 Thread Philippe Mathieu-Daudé
On 02/07/2018 12:19 PM, Alex Bennée wrote: > The modules and co-routine builds are only really relevant to softmmu > builds and regularly timeout on Travis. Let's disable linux-user > builds here for more headroom. > > Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé > --- > .tr

Re: [Qemu-devel] [PATCH] .travis.yml: add --disable-linux-user for some jobs

2018-02-07 Thread Daniel P . Berrangé
On Wed, Feb 07, 2018 at 03:19:25PM +, Alex Bennée wrote: > The modules and co-routine builds are only really relevant to softmmu > builds and regularly timeout on Travis. Let's disable linux-user > builds here for more headroom. > > Signed-off-by: Alex Bennée > --- > .travis.yml | 6 +++--- >