forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 494
add rust-toolchain.toml #953
Copy link
Copy link
Closed
Labels
• kbuildRelated to building the kernel, `make`, `Kbuild`, `Kconfig` options...Related to building the kernel, `make`, `Kbuild`, `Kconfig` options...
Description
Activity
Metadata
Metadata
Assignees
Labels
• kbuildRelated to building the kernel, `make`, `Kbuild`, `Kconfig` options...Related to building the kernel, `make`, `Kbuild`, `Kconfig` options...
I'm not sure if it works with this setup, but it should make the setup process easier.
The setup of
Documentation/rust/quick-start.rstincludes the following commands:An equivalent
rust-toolchain.tomlshould be:This should setup the environment automatically and therefore reduce the steps for building the kernel.
The documentation for this can be found here
(I am not a kernel developer (yet) and therefore don't know if it works with its infrastructure)