Skip to content

Commit 3ee6de1

Browse files
authored
Unrolled build for rust-lang#137718
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 30508fa + f20dd49 commit 3ee6de1

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)