Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d369c98

Browse files
committedMar 1, 2025
Use new sccache stats for showing advanced stats
1 parent 3e4dbff commit d369c98

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-stats || true
282+
sccache --show-adv-stats || true
283283
echo "::endgroup::"

0 commit comments

Comments
 (0)
Failed to load comments.