aboutsummaryrefslogtreecommitdiff
path: root/ci/before_script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/before_script.sh')
-rwxr-xr-xci/before_script.sh2
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