CI/FreeBSD: clear ccache stats, so new hits are easier to notice

This commit is contained in:
Jan Beich 2020-07-12 23:15:32 +00:00 committed by Ani
parent debd44fa9b
commit 4075f5c497

View file

@ -1,7 +1,5 @@
#!/bin/sh -ex
ccache -s # debug
# Pull all the submodules except llvm
# Note: Tried to use git submodule status, but it takes over 20 seconds
# shellcheck disable=SC2046
@ -30,4 +28,5 @@ CONFIGURE_ARGS="
cmake -B build -G Ninja $CONFIGURE_ARGS
cmake --build build
ccache -s # debug
ccache --show-stats
ccache --zero-stats