Merge branch 'bugfix/ci_fix_clean_dir' into 'release/v4.2'

ci: Fix build system tests to clean the dir

See merge request espressif/esp-idf!16221
This commit is contained in:
Anton Maklakov
2021-12-02 12:08:49 +00:00

View File

@@ -692,6 +692,7 @@ endmenu\n" >> ${IDF_PATH}/Kconfig
rm -f log.txt
print_status "Build fails if partitions don't fit in flash"
clean_build_dir
sed -i.bak "s/CONFIG_ESPTOOLPY_FLASHSIZE.\+//" sdkconfig # remove all flashsize config
echo "CONFIG_ESPTOOLPY_FLASHSIZE_1MB=y" >> sdkconfig # introduce undersize flash
( idf.py build 2>&1 | grep "does not fit in configured flash size 1MB" ) || failure "Build didn't fail with expected flash size failure message"