On Mon, Oct 7, 2024 at 8:19 PM Daniel P. Berrangé <berra...@redhat.com> wrote: > I think that in addition to the nightly job, the mappings.yml should > add rust toolchain, and have a 'system-fedora-rust' job, since you > say that Fedora 40 should already satisfy the min version requirement > without needing nightly there. > > Even though the mappings.yml addition will add rust to /all/ containers > this is fine - a perhaps even a good thing - as with any dep we have, it > shows that QEMU does not mistakenly try to enable & use a feature on a > rust version that is too old to work - it reflects that most developer > envs will have rustc present, even when its too old for QEMU to use.
Ok, I'll work on adding bindgen support to lcitool and then do this as a separate submission. (BTW the fact that Fedora 40 works wasn't really a goal of Manos's first submission; it just happens to have new-enough packages). Paolo