mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-27 06:21:02 +00:00
CI/FreeBSD: clear ccache stats, so new hits are easier to notice
This commit is contained in:
parent
debd44fa9b
commit
4075f5c497
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user