diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2024-10-15 14:39:25 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-10-30 16:30:56 +0100 |
commit | 15195de6a93438be99fdf9a90992c4228527130d (patch) | |
tree | b24e6a4cf03e85dc03cdc6c8d0fe267e0f11967b | |
parent | 548de8f8dc291448df94b13fed5c57421c21edea (diff) | |
download | qemu-15195de6a93438be99fdf9a90992c4228527130d.zip qemu-15195de6a93438be99fdf9a90992c4228527130d.tar.gz qemu-15195de6a93438be99fdf9a90992c4228527130d.tar.bz2 |
ci: enable rust in the Fedora system build job
We previously added a new job running Fedora with nightly rust
toolchain.
The standard rust toolchain distributed by Fedora is new enough,
however, to let us enable a CI build with that too.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Link: https://lore.kernel.org/r/20241015133925.311587-3-berrange@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | .gitlab-ci.d/buildtest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index f0cbdf1..19ba5b9 100644 --- a/.gitlab-ci.d/buildtest.yml +++ b/.gitlab-ci.d/buildtest.yml @@ -115,7 +115,7 @@ build-system-fedora: job: amd64-fedora-container variables: IMAGE: fedora - CONFIGURE_ARGS: --disable-gcrypt --enable-nettle --enable-docs --enable-crypto-afalg + CONFIGURE_ARGS: --disable-gcrypt --enable-nettle --enable-docs --enable-crypto-afalg --enable-rust TARGETS: microblaze-softmmu mips-softmmu xtensa-softmmu m68k-softmmu riscv32-softmmu ppc-softmmu sparc64-softmmu MAKE_CHECK_ARGS: check-build |