Re: [PATCH v2 2/7] tests/docker: update test-mingw to run single build

2022-10-18 Thread Philippe Mathieu-Daudé
On 13/10/22 17:47, Alex Bennée wrote: While the test-build test happily run for mingw the test-mingw case runs more of the packaging inline with what our CI does. It however fails if we don't find both compilers and expects to be run on a docker image with both. Remove that distinction and make

[PATCH v2 2/7] tests/docker: update test-mingw to run single build

2022-10-13 Thread Alex Bennée
While the test-build test happily run for mingw the test-mingw case runs more of the packaging inline with what our CI does. It however fails if we don't find both compilers and expects to be run on a docker image with both. Remove that distinction and make it work more like the other build test s