On Thu, 17 Apr 2025 15:17:27 +0800, Hilton Chain wrote: > > On Wed, 16 Apr 2025 12:51:52 +0800, > Hilton Chain wrote: > > > > On Sat, 12 Apr 2025 19:46:40 +0800, > > Hilton Chain wrote: > > > > > > On Tue, 18 Mar 2025 15:30:30 +0800, > > > Hilton Chain wrote: > > > > > > > > Patch series without packages sent to #77093! > > > > > > Finally added the lockfile importer to rust-team branch! #77093 is left > > > for > > > documentation and will be a merge blocker. > > > > Just realized cross-compilation support (rust-sysroot) is missing when using > > other build systems. > > I think this issue can't be really solved without exposing interface for > target-inputs in all build systems. > > Luckily, all affected packages currently don't support cross-compilation on > master, so I think this can be left for the future with a bigger change :)
Finally I have removed #:cargo-inputs for all Rust programs we currently have. I removed all crates-* modules to make CI happy, but how to deal with them need to be discussed and decided. I think we'll need a migration guide too, any ideas? 153k -> 42k lines for dependencies, sounds good? :)