Re: Heads-up: Fixing rust packaging in Proxmox kernel
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <CANiq72n6XAw2Y=uwOziP-vFi24MZ7C7+-2Wut1U23cMaj6Z--A@mail.gmail.com> |
On Wed, Aug 12, 2026 at 7:28 PM Krzysztof Hajdamowicz <[email protected]> wrote: > > I was informed by Kent Overstreet that there are some talks about > providing a unified build target for Linux kernels. Yeah, I think it is time to provide it from upstream, assuming it simplifies things for distributions etc., especially in the future when we start e.g. emitting more `.rmeta`s. It may also give us more flexibility in the future if we need to change things in the build system. Do you think it is better to error out if you try to call it for a configuration that disables Rust, or to let it be a no-op? The latter may be nicer, but it does mean mistakes may be silent. Thanks! Cheers, Miguel