]> www.infradead.org Git - users/dwmw2/linux.git/commit
kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling
authorMiguel Ojeda <ojeda@kernel.org>
Tue, 28 May 2024 16:35:02 +0000 (18:35 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 8 Jul 2024 20:39:39 +0000 (22:39 +0200)
commit9ffc80c819739ab60c42223c46b7351cec6a0e97
tree9c06c39e957564fb4d45522717108e7bc1f1d0f9
parentfe7d9d804337180d2377f0654537970c6cd863f7
kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling

Since we dropped our custom `alloc` in commit 9d0441bab775 ("rust: alloc:
remove our fork of the `alloc` crate"), there is no need anymore to keep
the custom sysroot hack.

Thus delete it, which makes the target way simpler and faster too.

This also means we are not using Cargo for anything at the moment,
and that no download is required anymore, so update the main `Makefile`
and the documentation accordingly.

Link: https://lore.kernel.org/r/20240528163502.411600-1-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Documentation/rust/quick-start.rst
Documentation/rust/testing.rst
Makefile
rust/Makefile