mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Buildroot commita3374e49bain 2026.05-rc1 bumped the package from 6.0.20 to 8.0.4. Upstream included in version 8.0.1 a commit adding rustdoc as build dependency "required for the tests":6d74656befThis causes an error during configure in buildroot: checking for rustdoc... no configure: error: rustdoc required To fix we problem we add RUSTDOC=true to _CONV_ENV. Fixes: https://autobuild.buildroot.net/results/489/48984ab369d01fae9b53b7b1f51e874bada0619f/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>