We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73775a0 commit ddae3b7Copy full SHA for ddae3b7
.ci/utils.sh
@@ -24,6 +24,7 @@ function at-exit {
24
retcode=$?
25
26
mkdir -p artifacts
27
+ sccache --show-stats
28
sccache --show-stats >> artifacts/sccache_stats.txt
29
cp "${BUILD_DIR}"/.ninja_log artifacts/.ninja_log
30
cp "${MONOREPO_ROOT}"/*.log artifacts/ || :
0 commit comments