Merge branch 'fix/cmakev2_linux_target' into 'master'

fix(cmakev2): linux target fixes

Closes IDFGH-17121

See merge request espressif/esp-idf!45315
This commit is contained in:
Frantisek Hrbata
2026-02-09 14:09:36 +01:00
14 changed files with 103 additions and 48 deletions
+1
View File
@@ -486,6 +486,7 @@ pytest_buildv2_system:
--junitxml ${CI_PROJECT_DIR}/XUNIT_RESULT.xml
--ignore-result-files ${KNOWN_FAILURE_CASES_FILE_NAME}
--
buildv2
test_non_default_target.py
test_component_manager.py
test_build.py
+1
View File
@@ -165,6 +165,7 @@ pytest_buildv2_system_win:
--junitxml=${CI_PROJECT_DIR}\XUNIT_RESULT.xml
--ignore-result-files ${KNOWN_FAILURE_CASES_FILE_NAME}
--
buildv2
test_non_default_target.py
test_component_manager.py
test_build.py