Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Cache cargo-deny #32543

Merged
merged 1 commit into from
Jun 18, 2024
Merged

CI: Cache cargo-deny #32543

merged 1 commit into from
Jun 18, 2024

Conversation

jschwe
Copy link
Contributor

@jschwe jschwe commented Jun 18, 2024

Use the cargo-install action to cache the cargo-deny output. cargo-deny is currently unconditionally installed during bootstrap, and takes around 2 minutes to install, so caching should give a significant speedup

Use the `cargo-install` action to cache the cargo-deny output.
`cargo-deny` is currently unconditionally installed during bootstrap,
and takes around 2 minutes to install, so caching should give a
significant speedup

Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
@mukilan mukilan added this pull request to the merge queue Jun 18, 2024
github-merge-queue bot pushed a commit that referenced this pull request Jun 18, 2024
Use the `cargo-install` action to cache the cargo-deny output.
`cargo-deny` is currently unconditionally installed during bootstrap,
and takes around 2 minutes to install, so caching should give a
significant speedup

Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
Merged via the queue into servo:main with commit 1d2949f Jun 18, 2024
10 checks passed
@jschwe jschwe deleted the jschwender/cache-cargo-deny branch June 18, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants