You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): make --clean actually remove local build directories
- implement clean_local_build_dirs() to remove build-dev, build-ninja, build-release
- support target-specific build dirs (e.g. build-dev-<triple>)
- ensure stale CMake cache is fully removed before configure
- align --clean behavior with user expectation and CLI message
This fixes the issue where --clean did not remove old CMakeCache.txt,
causing "stale build cache detected" errors despite using --clean.
0 commit comments