← Back to context Comment by AlotOfReading 1 day ago kbuild just calls cargo under the hood. 5 comments AlotOfReading Reply phire 1 day ago No it doesn't. I checked and kbuild calls rustc directly.The only results for cargo in entire the linux source tree is documentation suggesting you install bindgen via cargo install.... Plus a bunch of comments referencing "cargo-cult programming" kennysoona 1 day ago You checked with grep or something more? cozzyd 1 day ago https://github.com/search?q=repo%3Atorvalds%2Flinux%20cargo&...And you can see under samples/rust that only a kbuild-style Makefile is provided: https://github.com/torvalds/linux/tree/master/samples/rust pengaru 1 day ago not enough reading
phire 1 day ago No it doesn't. I checked and kbuild calls rustc directly.The only results for cargo in entire the linux source tree is documentation suggesting you install bindgen via cargo install.... Plus a bunch of comments referencing "cargo-cult programming" kennysoona 1 day ago You checked with grep or something more? cozzyd 1 day ago https://github.com/search?q=repo%3Atorvalds%2Flinux%20cargo&...And you can see under samples/rust that only a kbuild-style Makefile is provided: https://github.com/torvalds/linux/tree/master/samples/rust
kennysoona 1 day ago You checked with grep or something more? cozzyd 1 day ago https://github.com/search?q=repo%3Atorvalds%2Flinux%20cargo&...And you can see under samples/rust that only a kbuild-style Makefile is provided: https://github.com/torvalds/linux/tree/master/samples/rust
cozzyd 1 day ago https://github.com/search?q=repo%3Atorvalds%2Flinux%20cargo&...And you can see under samples/rust that only a kbuild-style Makefile is provided: https://github.com/torvalds/linux/tree/master/samples/rust
No it doesn't. I checked and kbuild calls rustc directly.
The only results for cargo in entire the linux source tree is documentation suggesting you install bindgen via cargo install.... Plus a bunch of comments referencing "cargo-cult programming"
You checked with grep or something more?
https://github.com/search?q=repo%3Atorvalds%2Flinux%20cargo&...
And you can see under samples/rust that only a kbuild-style Makefile is provided: https://github.com/torvalds/linux/tree/master/samples/rust
not enough reading