aboutsummaryrefslogtreecommitdiff
path: root/ci/before_script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/before_script.sh')
-rwxr-xr-xci/before_script.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/before_script.sh b/ci/before_script.sh
index f7216338d4..08e0cb9103 100755
--- a/ci/before_script.sh
+++ b/ci/before_script.sh
@@ -16,11 +16,6 @@ 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
-
# Compile dependencies.
build_deps