Bug
The cache for lint:check-cpp-lint-static-full's output is not being updated as can be seen from cache entries which show that they were last updated between 27 days and 6 months ago (see gh cache list).
This is leading to long workflow run times for both the clp-core-build-macos and clp-artifact-build workflows since the they need to re-run clang-tidy on all C++ files that have been changed since the caches were last updated.
CLP version
6623829
Environment
GitHub runners:
- macos-14
- macos-15
- ubuntu-24.04
Reproduction steps
Run the mentioned workflows.
Bug
The cache for
lint:check-cpp-lint-static-full's output is not being updated as can be seen from cache entries which show that they were last updated between 27 days and 6 months ago (seegh cache list).This is leading to long workflow run times for both the clp-core-build-macos and clp-artifact-build workflows since the they need to re-run clang-tidy on all C++ files that have been changed since the caches were last updated.
CLP version
6623829
Environment
GitHub runners:
Reproduction steps
Run the mentioned workflows.