-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
C-bugCategory: bugCategory: bug
Description
Problem
I'm using sccache to help improve CI times for a crate. However, my cargo clippy jobs report 0 attempts against the cache (via sccache --show-stats) even though there are compilation rules being performed. Same pattern works for my actual builds.
Steps
- Install sccache
- RUSTC_WRAPPER=sccache cargo clippy
- sccache --show-stats
Should show non-zero stats.
Possible Solution(s)
Call rustc through clippy the same way compiler commands are called.
Notes
Output of cargo version:
cargo 1.38.0 (23ef9a4 2019-08-20)
Metadata
Metadata
Assignees
Labels
C-bugCategory: bugCategory: bug