-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
A-infraArea: CI issues and issues that require full access for GitHub/CIArea: CI issues and issues that require full access for GitHub/CIG-performance-projectGoal: For issues and PRs related to the Clippy Performance ProjectGoal: For issues and PRs related to the Clippy Performance Project
Description
Description
We're currently only using cache on the lintcheck.yml
workflow. This means that we're downloading and building the same crates a lot. We currently use about 50s on that Build step. About a third of the CI time.
We should use the rust-cache
Action for this purpose.
Version
NA
Additional Labels
No response
Metadata
Metadata
Assignees
Labels
A-infraArea: CI issues and issues that require full access for GitHub/CIArea: CI issues and issues that require full access for GitHub/CIG-performance-projectGoal: For issues and PRs related to the Clippy Performance ProjectGoal: For issues and PRs related to the Clippy Performance Project