On Fri, Jul 30, 2021 at 11:38 AM Thomas Huth <th...@redhat.com> wrote: > > Both jobs are testing more or less the same thing (building QEMU with > features disabled), so we are wasting precious CI cycles here by doing > this twice. Merge the jobs by using --without-default-features by default > and just adding some additional --disable-... switches which are not > covered by the generic switch (yet). And while we're at it, also test > compilation with "--disable-fdt" (which forces us to change the list > of targets in this job, though, since some targets do not work without > fdt). > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > .gitlab-ci.d/buildtest.yml | 97 +++++--------------------------------- > 1 file changed, 13 insertions(+), 84 deletions(-) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>