fix(idf_tools): Opt for the recommended tool in tools.json rather than the supported one

This commit is contained in:
Aleksei Apaseev
2023-12-08 11:10:06 +08:00
parent 41ca90905e
commit 786c23bcfa
3 changed files with 151 additions and 52 deletions

View File

@@ -141,6 +141,10 @@ variables:
$IDF_PATH/tools/idf_tools.py --non-interactive install esp-clang
fi
# Since the version 3.21 CMake passes source files and include dirs to ninja using absolute paths.
# Needed for pytest junit reports.
$IDF_PATH/tools/idf_tools.py --non-interactive install cmake
source ./export.sh
# Custom clang