From 76b86ae8394665d6a348b7066bd322f7921f2bc5 Mon Sep 17 00:00:00 2001 From: "aleksei.bukhalov" Date: Mon, 30 Jun 2025 20:50:21 +0200 Subject: [PATCH] chore(ci) MCOL-6071 sccache show stats to bootstrap --- build/bootstrap_mcs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/bootstrap_mcs.sh b/build/bootstrap_mcs.sh index ebb503127..856f5e57f 100755 --- a/build/bootstrap_mcs.sh +++ b/build/bootstrap_mcs.sh @@ -781,6 +781,9 @@ if [[ $BUILD_PACKAGES = true ]]; then build_package message_splitted "PACKAGES BUILD FINISHED" run_unit_tests + if [[ $SCCACHE = true ]]; then + sccache --show-stats + fi exit 0 fi