From eee3af33d63d02385e3a405d71513dd7ab95a55f Mon Sep 17 00:00:00 2001 From: Sergei Silnov Date: Wed, 24 Nov 2021 12:32:22 +0100 Subject: [PATCH] ci: Remove component manager test from build system tests Component manager itself has a set of integration tests that run against different ESP-IDF versions --- tools/ci/test_build_system_cmake.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tools/ci/test_build_system_cmake.sh b/tools/ci/test_build_system_cmake.sh index ac8d39dc8b..ea5bc2e8c3 100755 --- a/tools/ci/test_build_system_cmake.sh +++ b/tools/ci/test_build_system_cmake.sh @@ -691,19 +691,6 @@ endmenu\n" >> ${IDF_PATH}/Kconfig git checkout CMakeLists.txt rm -f log.txt - print_status "Compiles with dependencies delivered by component manager" - clean_build_dir - # Make sure that component manager is not installed - pip uninstall -y idf_component_manager - printf "\n#include \"test_component.h\"\n" >> main/main.c - printf "dependencies:\n test_component:\n path: test_component\n git: ${COMPONENT_MANAGER_TEST_REPO}\n" >> idf_project.yml - ! idf.py build || failure "Build should fail if dependencies are not installed" - pip install ${COMPONENT_MANAGER_REPO} || failure "Failed to install the component manager" - idf.py reconfigure build || failure "Build didn't succeed with required components installed by package manager" - pip uninstall -y idf_component_manager - rm idf_project.yml - git checkout main/main.c - print_status "Build fails if partitions don't fit in flash" sed -i.bak "s/CONFIG_ESPTOOLPY_FLASHSIZE.\+//" sdkconfig # remove all flashsize config echo "CONFIG_ESPTOOLPY_FLASHSIZE_1MB=y" >> sdkconfig # introduce undersize flash