Message ID | 20201209170059.20742-3-alex.bennee@linaro.org |
---|---|
State | New |
Headers | show |
Series | testing/next (without-features, gitlab, python) | expand |
On 09/12/2020 18.00, Alex Bennée wrote: > Otherwise we miss coverage of KVM support in the cross build. To > balance it out add cris-softmmu and ppc-softmmu to the exclude list > which do get coverage elsewhere. Could you maybe add arm-softmmu to the exclude list? It's a subset of aarch64-softmmu, so we should not lose much if we exclude it here. Thomas
On 12/9/20 11:08 AM, Thomas Huth wrote: > On 09/12/2020 18.00, Alex Bennée wrote: >> Otherwise we miss coverage of KVM support in the cross build. To >> balance it out add cris-softmmu and ppc-softmmu to the exclude list >> which do get coverage elsewhere. > > Could you maybe add arm-softmmu to the exclude list? It's a subset of > aarch64-softmmu, so we should not lose much if we exclude it here. Indeed, arm32 kvm has already been dropped, so arm-softmmu is a strict subset of aarch64-softmmu. r~
diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml index 03ebfabb3f..308f4cb755 100644 --- a/.gitlab-ci.d/crossbuilds.yml +++ b/.gitlab-ci.d/crossbuilds.yml @@ -8,8 +8,8 @@ - cd build - PKG_CONFIG_PATH=$PKG_CONFIG_PATH ../configure --enable-werror $QEMU_CONFIGURE_OPTS --disable-user - --target-list-exclude="aarch64-softmmu i386-softmmu microblaze-softmmu - mips-softmmu mipsel-softmmu mips64-softmmu ppc64-softmmu sh4-softmmu + --target-list-exclude="cris-softmmu i386-softmmu microblaze-softmmu + mips-softmmu mipsel-softmmu mips64-softmmu ppc-softmmu sh4-softmmu xtensa-softmmu" - make -j$(expr $(nproc) + 1) all check-build
Otherwise we miss coverage of KVM support in the cross build. To balance it out add cris-softmmu and ppc-softmmu to the exclude list which do get coverage elsewhere. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> --- .gitlab-ci.d/crossbuilds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.20.1