On 24/09/2020 18.16, Thomas Huth wrote: > We currently have three test jobs here: > > 1) gcc, in-tree build > 2) gcc, out-of-tree build > 3) clang, in-tree build > > Keeping everything in perspective, it should be sufficient to only use two > build jobs for this, one in-tree with one compiler, and one out-of-tree > with the other compiler. > So let's re-order the jobs accordingly now. And while we're at it, make > sure that all additional tests that work with the newer QEMU from Ubuntu > Focal now are tested, too, and that we check all possible tests with > Clang (i.e. the same list as with GCC except for the "realmode" test > that still causes some problems with Clang). This patch needs a rebase now since the realmode test has just been fixed and added to .travis.yml ... I'll wait one or two more days for review feedback, then respin a v2 with the conflict solved. Thomas