Skip to content

Commit ddae3b7

Browse files
[CI] Show Stats in CI Log
This patch makes utils.sh also print the stats out. This is particularly useful in postcommit CI where we are currently not saving artifacts.
1 parent 73775a0 commit ddae3b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function at-exit {
2424
retcode=$?
2525

2626
mkdir -p artifacts
27+
sccache --show-stats
2728
sccache --show-stats >> artifacts/sccache_stats.txt
2829
cp "${BUILD_DIR}"/.ninja_log artifacts/.ninja_log
2930
cp "${MONOREPO_ROOT}"/*.log artifacts/ || :

0 commit comments

Comments
 (0)