mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-30 03:01:10 -09:00
The bump to rust 1.74.1 [1] introduced a regression on host using cmake < 3.20 since the llvm libraries used in rust compiler was bumpted to llvm 17 [2] and now requires cmake >= 3.20 [3]. Select BR2_HOST_CMAKE_AT_LEAST_3_20 to build host-cmake when needed. [1]05392a5eae[2]8c1c7d37b2[3]cbaa3597aaFixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/5880448635 Signed-off-by: Romain Naour <romain.naour@smile.fr> Cc: Antoine Coutant <antoine.coutant@smile.fr> Reviewed-by: Antoine Coutant <antoine.coutant@smile.fr> Signed-off-by: Romain Naour <romain.naour@smile.fr>