On Mon, Oct 07, 2024 at 07:17:13PM +0200, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > .gitlab-ci.d/buildtest.yml | 13 +++++++++++++ > .gitlab-ci.d/containers.yml | 6 ++++++ > 2 files changed, 19 insertions(+) > > diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml > index 669c980c4b4..a92e731d6af 100644 > --- a/.gitlab-ci.d/buildtest.yml > +++ b/.gitlab-ci.d/buildtest.yml > @@ -120,6 +120,19 @@ build-system-fedora: > xtensa-softmmu m68k-softmmu riscv32-softmmu ppc-softmmu sparc64-softmmu > MAKE_CHECK_ARGS: check-build > > +build-system-fedora-rust:
Add '-nightly' to the job name too, to match the container its using. > + extends: > + - .native_build_job_template > + - .native_build_artifact_template > + needs: > + job: amd64-fedora-rust-container > + variables: > + IMAGE: fedora-rust-nightly > + CONFIGURE_ARGS: --disable-gcrypt --enable-nettle --disable-docs > --enable-rust You can leave out the crypt+nettle args and just let this job auto-detect the right one > + TARGETS: aarch64-softmmu > + MAKE_CHECK_ARGS: check-build > + allow_failure: true With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|