mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
CI/FreeBSD: clear ccache stats, so new hits are easier to notice
This commit is contained in:
parent
debd44fa9b
commit
4075f5c497
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue