Re: [PATCH] scripts: add script to help distro use global Rust packages

2025-07-22 Thread Manos Pitsidianakis
On Tue, Jul 22, 2025 at 11:36 AM Paolo Bonzini wrote: > > Some distros prefer to avoid vendored crate sources, and instead use > local sources from e.g. ``/usr/share/cargo/registry``. Add a > script, inspired by the Mesa spec file(*), that automatically > performs this task. The script is meant

Re: [PATCH] scripts: add script to help distro use global Rust packages

2025-07-22 Thread Neal Gompa
On Tue, Jul 22, 2025 at 4:35 AM Paolo Bonzini wrote: > > Some distros prefer to avoid vendored crate sources, and instead use > local sources from e.g. ``/usr/share/cargo/registry``. Add a > script, inspired by the Mesa spec file(*), that automatically > performs this task. The script is meant t

[PATCH] scripts: add script to help distro use global Rust packages

2025-07-22 Thread Paolo Bonzini
Some distros prefer to avoid vendored crate sources, and instead use local sources from e.g. ``/usr/share/cargo/registry``. Add a script, inspired by the Mesa spec file(*), that automatically performs this task. The script is meant to be invoked after unpacking the QEMU tarball. (*) This is the