On 05/06/2020 23.48, Richard Henderson wrote: > On 6/5/20 1:32 PM, Peter Maydell wrote: >> On Fri, 5 Jun 2020 at 20:20, Laurent Vivier <laur...@vivier.eu> wrote: >>> I was thinking this kind of problem would be detected by the travis-ci >>> builds, but in fact ppc64 and s390 builds don't build other architecture >>> linux-user targets. >> >> That's an unfortunate gap in the CI -- we should ideally cover >> the whole tree with at least one big-endian platform. > > Indeed. Hopefully we can do this with our pending gitlab setup. > > For travis, IIRC we only build this restricted set because we had problems > with > timeouts on those machines.
Right. But we could add one more tests with --target-list-exclude=${MAIN_SOFTMMU_TARGETS} --enable-user in Travis ... I'll have a look... Thomas