Skip to content

Commit ff6c07d

Browse files
authored
Rollup merge of rust-lang#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 2dd51d1 + f20dd49 commit ff6c07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)