linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] fix rustdoc build detection
@ 2025-11-21 11:05 Mauro Carvalho Chehab
  2025-11-21 11:05 ` [PATCH v2 1/1] docs: makefile: move rustdoc check to the build wrapper Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2025-11-21 11:05 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
	Miguel Ojeda, Carlos Bilbao

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@foz.lan/

---

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-29 15:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-21 11:05 [PATCH v2 0/1] fix rustdoc build detection Mauro Carvalho Chehab
2025-11-21 11:05 ` [PATCH v2 1/1] docs: makefile: move rustdoc check to the build wrapper Mauro Carvalho Chehab
2025-11-29 15:46   ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).