diff options
Diffstat (limited to 'ci/before_script.sh')
| -rwxr-xr-x | ci/before_script.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/before_script.sh b/ci/before_script.sh index ae20eef1fc..605ecdbf66 100755 --- a/ci/before_script.sh +++ b/ci/before_script.sh @@ -20,6 +20,8 @@ if [[ -n "${LLVM_SYMBOLIZER}" ]] && [[ ! $(type -P "${LLVM_SYMBOLIZER}") ]]; the exit 1 fi +echo "before_script.sh: ccache stats (will be cleared)" +ccache -s # Reset ccache stats for real results in before_cache. ccache --zero-stats |