Skip to content

Commit fb65095

Browse files
authored
Merge pull request #7492 from tautschnig/feature/coverage-cache
Increase nominal ccache cache size for coverage CI job
2 parents db721b2 + 4cfcdc4 commit fb65095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ jobs:
803803
- name: Configure CMake CBMC build with coverage instrumentation parameters
804804
run: cmake -S . -Bbuild -Denable_coverage=1 -Dparallel_tests=2 -DCMAKE_CXX_COMPILER=/usr/bin/g++
805805
- name: Zero ccache stats and limit in size
806-
run: ccache -z --max-size=4G
806+
run: ccache -z --max-size=7G
807807
- name: Execute CMake CBMC build
808808
run: cmake --build build -- -j2
809809
- name: Print ccache stats

0 commit comments

Comments
 (0)