Age | Commit message (Collapse) | Author |
|
* Allow rust and rust-src from the repos
By not explicitly depending on rustup, users can
also install rust and rust-src from the repos.
If rustup is installed, we use to make sure that
rust-src is installed.
* Generate rust-toolchain during build
To support building out-of-tree modules we need to store which rustc version was used during kernel build.
---------
Co-authored-by: Raphael Nestler <raphael.nestler@gmail.com>
|
|
With 1.78.0 I had trouble adding Rust support again.
|
|
|
|
|
|
|
|
|
|
This gives us some warnings, but allows to compile out-of-tree modules
since it fixes a bug with how the target triple is defined for a custom
target.json file. See https://github.com/rust-lang/rust/pull/98225
|
|
That way rustup will automatically use the correct Rust version.
|