On 10/25/24 13:08, Paolo Bonzini wrote:
Il ven 25 ott 2024, 21:47 Pierrick Bouvier <pierrick.bouv...@linaro.org
<mailto:pierrick.bouv...@linaro.org>> ha scritto:
> in the end the operation of bindgen is quite deterministic, so if
> the coverage is improved we can indeed install 0.60.x. For
example, if
> we think that user on Debian 12 might use distro bindgen together
with a
> recent rustc (in their case, rustup-installed), then installing
bindgen
> 0.60.x on Ubuntu would provide a similar effect.
>
I missed that the debian job covers this use case. So indeed, we can
use
a recent one on ubuntu.
Where is the change for the debian container?
Here:
https://lore.kernel.org/qemu-devel/20241015133925.311587-2-berra...@redhat.com/ <https://lore.kernel.org/qemu-devel/20241015133925.311587-2-berra...@redhat.com/>
Good. As there is no based-on tag in the cover letter, I expected this
to apply on current master.
Without this series, that patch was already installing bindgen and rustc
to test that --enable-rust was not enabled implicitly.
Paolo
> On the other hand I expect that users will just do "cargo install
> bindgen-cli", and Ubuntu is a pretty common distro, so that's what I
> went for here.
It's a reasonable expectation indeed.