Skip to content

Commit e63d1fd

Browse files
committed
Reset ccache stats
1 parent 12882db commit e63d1fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ports/zephyr-cp/cptools/cpbuild.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,5 +447,6 @@ def print_ccache_stats(self):
447447
)
448448
if result.returncode == 0 and result.stdout.strip():
449449
logger.info(f"ccache stats:\n{result.stdout}")
450+
self.ccache_statslog.unlink(missing_ok=True)
450451
except FileNotFoundError:
451452
pass

0 commit comments

Comments
 (0)