]> git.ipfire.org Git - thirdparty/qemu.git/commit
dockerfiles: add a Dockerfile using a nightly Rust toolchain
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 7 Oct 2024 14:36:59 +0000 (16:36 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Oct 2024 10:32:17 +0000 (12:32 +0200)
commit8105ca851246338d58ee329d8471878023650b5a
tree746192ff275038885f292d9a8d04cbbe6c1c13ee
parent8db4e0f92e83fd80b6609439440b303ddded7ad8
dockerfiles: add a Dockerfile using a nightly Rust toolchain

This will be useful in order to test QEMU's Rust code with nightly
clippy.  It can also be used to check that the code builds, until the
minimum supported Rust version is lowered enough to allow enabling Rust
in other Dockerfiles too.

Use a separate container, instead of the Fedora one, to avoid that
CI breaks for everyone if for some reason the rustup build turns out
to be shaky.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/docker/dockerfiles/fedora-rust-nightly.docker [new file with mode: 0644]
tests/lcitool/refresh