From b19d0b44b1529f61cf08ad736d7b26a0ca7a3c3c Mon Sep 17 00:00:00 2001 From: shripad621git Date: Thu, 26 Sep 2024 21:34:51 +0530 Subject: [PATCH] toos/ci : Fix the CI failure due to build_apps version upgrade --- tools/ci/build_apps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci/build_apps.py b/tools/ci/build_apps.py index 2ba7022e8..1a36d09da 100644 --- a/tools/ci/build_apps.py +++ b/tools/ci/build_apps.py @@ -87,7 +87,6 @@ def get_cmake_apps( build_log_filename='build_log.txt', size_json_filename='size.json', check_warnings=False, - preserve=True, manifest_files=MAINFEST_FILES, ) return apps