You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
chore(ci) MCOL-6071 sccache show stats to bootstrap
This commit is contained in:
committed by
Leonid Fedorov
parent
49864b4c64
commit
76b86ae839
@ -781,6 +781,9 @@ if [[ $BUILD_PACKAGES = true ]]; then
|
|||||||
build_package
|
build_package
|
||||||
message_splitted "PACKAGES BUILD FINISHED"
|
message_splitted "PACKAGES BUILD FINISHED"
|
||||||
run_unit_tests
|
run_unit_tests
|
||||||
|
if [[ $SCCACHE = true ]]; then
|
||||||
|
sccache --show-stats
|
||||||
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user