Rust 1.72.1 and delete rust-for-linux_rust
build config by ojeda · Pull Request #2068 · kernelci/kernelci-core (original) (raw)
I think this is expected as a rust kernel build error.
Yeah, that appears because in mainline we have still 1.71's standard library, but we are using 1.72 as a compiler in that build.
If we want to get rid of those, then we would need to keep at least 2 Rust compilers around, i.e. one for mainline, and one for the time periods where we have a new version in rust-next
(which, ideally, would be at least 2 weeks, i.e. so that the compiler upgrade is tested in linux-next
).
If the Rust builds start to work well, then I think we should try to do it, so that other maintainers can easily take advantage of this for their subsystems.
Thanks again for fixing the Rust support!