mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-22 19:32:15 +00:00
skip check_build_warning for builditems whose build is false
This commit is contained in:
@@ -125,8 +125,8 @@ def main():
|
||||
else:
|
||||
if not build_info.preserve:
|
||||
logging.info('NOT preserve artifacts detected. Deleting...')
|
||||
# we only remove binaries here, log files are still needed by check_build_warnings.py
|
||||
shutil.rmtree(build_info.work_dir, ignore_errors=True)
|
||||
shutil.rmtree(build_info.build_log_path, ignore_errors=True)
|
||||
|
||||
if failed_builds:
|
||||
logging.error("The following build have failed:")
|
||||
|
||||
Reference in New Issue
Block a user