We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db721b2 + 4cfcdc4 commit fb65095Copy full SHA for fb65095
.github/workflows/pull-request-checks.yaml
@@ -803,7 +803,7 @@ jobs:
803
- name: Configure CMake CBMC build with coverage instrumentation parameters
804
run: cmake -S . -Bbuild -Denable_coverage=1 -Dparallel_tests=2 -DCMAKE_CXX_COMPILER=/usr/bin/g++
805
- name: Zero ccache stats and limit in size
806
- run: ccache -z --max-size=4G
+ run: ccache -z --max-size=7G
807
- name: Execute CMake CBMC build
808
run: cmake --build build -- -j2
809
- name: Print ccache stats
0 commit comments