Skip to content

Commit 09492fa

Browse files
authored
Rollup merge of #137718 - Kobzol:sccache-stats, r=marcoieni
Use original command for showing sccache stats I used the newer advanced command after bumping Linux sccache to 0.9. However, Windows and macOS still use older sccache, so the command didn't work for them (the error was masked on CI though). It sucks that we don't see the Windows/macOS sccache stats, so until we update both of them, just use the older flag with slightly less information.
2 parents 3cd89f2 + f20dd49 commit 09492fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,5 @@ if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then
279279
fi
280280

281281
echo "::group::sccache stats"
282-
sccache --show-adv-stats || true
282+
sccache --show-stats || true
283283
echo "::endgroup::"

0 commit comments

Comments
 (0)