aboutsummaryrefslogtreecommitdiff
path: root/ci/before_cache.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/before_cache.sh')
-rwxr-xr-xci/before_cache.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/before_cache.sh b/ci/before_cache.sh
index d99b8e68c6..c8a1fd5b71 100755
--- a/ci/before_cache.sh
+++ b/ci/before_cache.sh
@@ -14,6 +14,9 @@ rm -f "${HOME}/.cache/pip/selfcheck.json"
echo "before_cache.sh: cache size"
du -d 2 "${HOME}/.cache" | sort -n
+echo "before_cache.sh: ccache stats"
+ccache -s 2>/dev/null || true
+
# Update the third-party dependency cache only if the build was successful.
if ended_successfully; then
rm -rf "${HOME}/.cache/nvim-deps"