1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

chore(ci) MCOL-6071 sccache show stats to bootstrap

This commit is contained in:
aleksei.bukhalov
2025-06-30 20:50:21 +02:00
committed by Leonid Fedorov
parent 49864b4c64
commit 76b86ae839

View File

@ -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