mirror of https://github.com/xemu-project/xemu.git
gitlab: include aarch64-softmmu and ppc64-softmmu cross-system-build
Otherwise we miss coverage of KVM support in the cross build. To balance it out add arm-softmmu (no kvm, subset of aarch64), cris-softmmu and ppc-softmmu to the exclude list which do get coverage elsewhere. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Message-Id: <20201210190417.31673-3-alex.bennee@linaro.org>
This commit is contained in:
parent
41192db338
commit
f3890e71ac
|
@ -7,9 +7,9 @@
|
||||||
- cd build
|
- cd build
|
||||||
- PKG_CONFIG_PATH=$PKG_CONFIG_PATH
|
- PKG_CONFIG_PATH=$PKG_CONFIG_PATH
|
||||||
../configure --enable-werror $QEMU_CONFIGURE_OPTS --disable-user
|
../configure --enable-werror $QEMU_CONFIGURE_OPTS --disable-user
|
||||||
--target-list-exclude="aarch64-softmmu i386-softmmu microblaze-softmmu
|
--target-list-exclude="arm-softmmu cris-softmmu i386-softmmu
|
||||||
mips-softmmu mipsel-softmmu mips64-softmmu ppc64-softmmu sh4-softmmu
|
microblaze-softmmu mips-softmmu mipsel-softmmu mips64-softmmu
|
||||||
xtensa-softmmu"
|
ppc-softmmu sh4-softmmu xtensa-softmmu"
|
||||||
- make -j$(expr $(nproc) + 1) all check-build
|
- make -j$(expr $(nproc) + 1) all check-build
|
||||||
|
|
||||||
# Job to cross-build specific accelerators.
|
# Job to cross-build specific accelerators.
|
||||||
|
|
Loading…
Reference in New Issue