CI: Reduce artifact size, cache clang-tidy, fix test retry, throttle QEMU

libeigen/eigen!2305

Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
Rasmus Munk Larsen
2026-03-17 21:41:29 -07:00
parent ea13a98dec
commit 1726a92900
4 changed files with 20 additions and 2 deletions

View File

@@ -44,3 +44,9 @@ checkformat:clangtidy:
-DEIGEN_BUILD_TESTING=ON
- chmod +x ci/scripts/run-clang-tidy.sh
- ci/scripts/run-clang-tidy.sh ${CI_MERGE_REQUEST_DIFF_BASE_SHA} .tidy-build
cache:
key: clang-tidy-config
paths:
- .tidy-build/compile_commands.json
- .tidy-build/CMakeCache.txt
- .tidy-build/CMakeFiles/