[PATCH v2 0/1] fix rustdoc build detection
From: Mauro Carvalho Chehab
Date: Fri Nov 21 2025 - 06:05:41 EST
Current logic doesn't use the right value for CONFIG_RUST. Instead,
it picks the value cached from a previous non-doc buid.
After analyzing the issue, it was not caused by changing the logic
to use the wrapper, but, instead, to the way .config is currently
parsed. For more details, see:
https://lore.kernel.org/linux-doc/20251121101236.5b1f9989@xxxxxxx/
---
v2: changed patch description to better explain the issue.
Mauro Carvalho Chehab (1):
docs: makefile: move rustdoc check to the build wrapper
Documentation/Makefile | 6 -----
tools/docs/sphinx-build-wrapper | 41 +++++++++++++++++++++++++--------
2 files changed, 32 insertions(+), 15 deletions(-)
--
2.51.1