Re: [Qemu-devel] [PATCH] .travis.yml: separate tools and docs into another entry

2019-02-04 Thread Philippe Mathieu-Daudé
On 2/4/19 1:59 PM, Alex Bennée wrote: > Philippe Mathieu-Daudé writes: >> On 2/1/19 6:12 PM, Alex Bennée wrote: >>> Re-building the tools and documents by default is a little wasteful as >>> they are not really affected by the main build options. Split tools >>> and documents into their own task w

Re: [Qemu-devel] [PATCH] .travis.yml: separate tools and docs into another entry

2019-02-04 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Hi Alex, > > On 2/1/19 6:12 PM, Alex Bennée wrote: >> Re-building the tools and documents by default is a little wasteful as >> they are not really affected by the main build options. Split tools >> and documents into their own task with a minimal softmmu and >>

Re: [Qemu-devel] [PATCH] .travis.yml: separate tools and docs into another entry

2019-02-04 Thread Philippe Mathieu-Daudé
Hi Alex, On 2/1/19 6:12 PM, Alex Bennée wrote: > Re-building the tools and documents by default is a little wasteful as > they are not really affected by the main build options. Split tools > and documents into their own task with a minimal softmmu and > linux-user target list just to check they d

Re: [Qemu-devel] [PATCH] .travis.yml: separate tools and docs into another entry

2019-02-04 Thread Alex Bennée
no-re...@patchew.org writes: > Patchew URL: > https://patchew.org/QEMU/20190201171229.3361-1-alex.ben...@linaro.org/ > > > > Hi, > > This series failed the docker-mingw@fedora build test. Please find the > testing commands and > their output below. If you have Docker installed, you can probabl

Re: [Qemu-devel] [PATCH] .travis.yml: separate tools and docs into another entry

2019-02-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190201171229.3361-1-alex.ben...@linaro.org/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN =

[Qemu-devel] [PATCH] .travis.yml: separate tools and docs into another entry

2019-02-01 Thread Alex Bennée
Re-building the tools and documents by default is a little wasteful as they are not really affected by the main build options. Split tools and documents into their own task with a minimal softmmu and linux-user target list just to check they don't interact badly. Signed-off-by: Alex Bennée --- .