]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
build/script: print sccache stats alongside ccache 69462/head
authorSun Yuechi <sunyuechi@iscas.ac.cn>
Sun, 14 Jun 2026 14:29:54 +0000 (22:29 +0800)
committerSun Yuechi <sunyuechi@iscas.ac.cn>
Sun, 14 Jun 2026 14:33:55 +0000 (22:33 +0800)
commitb57373872265c199ea986cdb259e4664c1cb4149
tree7d42830de459d95dfd507ba54fe0ef7a6d8fdb8d
parentca0bc48a2a27f64176942b54341b640905c89a3e
build/script: print sccache stats alongside ccache

sccache is enabled via WITH_SCCACHE, but run-make.sh only printed
ccache statistics after the build. Print `sccache --show-stats` too
when sccache is available.

Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
src/script/run-make.sh