Message ID | 20210418225058.1257014-30-f4bug@amsat.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | target/mips: Re-org to allow KVM-only builds | expand |
On 19/04/2021 00.50, Philippe Mathieu-Daudé wrote: > Add a new job to cross-build the mips64el target without > the TCG accelerator (IOW: only KVM accelerator enabled). > > Only build the mips64el target which is known to work > and has users. > > Reviewed-by: Richard Henderson <richard.henderson@linaro.org> > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > --- > .gitlab-ci.d/crossbuilds.yml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml > index 2d95784ed51..e44e4b49a25 100644 > --- a/.gitlab-ci.d/crossbuilds.yml > +++ b/.gitlab-ci.d/crossbuilds.yml > @@ -176,6 +176,14 @@ cross-s390x-kvm-only: > IMAGE: debian-s390x-cross > ACCEL_CONFIGURE_OPTS: --disable-tcg > > +cross-mips64el-kvm-only: > + extends: .cross_accel_build_job > + needs: > + job: mips64el-debian-cross-container > + variables: > + IMAGE: debian-mips64el-cross > + ACCEL_CONFIGURE_OPTS: --disable-tcg --target-list=mips64el-softmmu Acked-by: Thomas Huth <thuth@redhat.com>
diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml index 2d95784ed51..e44e4b49a25 100644 --- a/.gitlab-ci.d/crossbuilds.yml +++ b/.gitlab-ci.d/crossbuilds.yml @@ -176,6 +176,14 @@ cross-s390x-kvm-only: IMAGE: debian-s390x-cross ACCEL_CONFIGURE_OPTS: --disable-tcg +cross-mips64el-kvm-only: + extends: .cross_accel_build_job + needs: + job: mips64el-debian-cross-container + variables: + IMAGE: debian-mips64el-cross + ACCEL_CONFIGURE_OPTS: --disable-tcg --target-list=mips64el-softmmu + cross-win32-system: extends: .cross_system_build_job needs: