On Fri, Jul 05, 2024 at 08:19:01AM GMT, Andrea Righi wrote: > On Mon, Jul 01, 2024 at 08:36:23PM +0200, Miguel Ojeda wrote: > .. > > +Debian > > +****** > > + > > +Debian Unstable (Sid), outside of the freeze period, provides recent Rust > > +release and thus it should generally work out of the box, e.g.:: > > + > > + apt install rustc rust-src bindgen rustfmt rust-clippy > > This implicitly covers Ubuntu, since packages are sync'ed with Debian. > > In addition to that Ubuntu also provides versioned packages (such as > rustc-1.74, bindgen-0.65, etc.), so in case of special requirements > (e.g., older kernels) users should be able to install the required > version(s) using the packages provided by the distro.
Debian (for building firefox and chromium), and uses a -web suffix for that: https://tracker.debian.org/pkg/rustc-web https://tracker.debian.org/pkg/rust-cbindgen-web cheers, Fabian