Re: [RFC PATCH 11/11] rust: ci: add job that runs Rust tools

2024-11-08 Thread Daniel P . Berrangé
On Fri, Nov 08, 2024 at 07:01:39PM +0100, Paolo Bonzini wrote: > Code checks, as well as documentation generation, are not yet tied > to "make check" because they need new version of the Rust toolchain > (even nightly in the case of "rustfmt"). Run them in CI using the > existing nightly-Rust cont

[RFC PATCH 11/11] rust: ci: add job that runs Rust tools

2024-11-08 Thread Paolo Bonzini
Code checks, as well as documentation generation, are not yet tied to "make check" because they need new version of the Rust toolchain (even nightly in the case of "rustfmt"). Run them in CI using the existing nightly-Rust container. Signed-off-by: Paolo Bonzini --- .gitlab-ci.d/buildtest-templ