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: disable cache in semver-checks #3839

Closed
wants to merge 1 commit into from
Closed

Conversation

galargh
Copy link
Contributor

@galargh galargh commented Apr 27, 2023

Description

I noticed that semver-checks cache artifacts are tiny (hundreds of kilobytes tops) so it might worth maintaining them. Additionally, I hope it might help with the network issue reported here: #3782 (comment). It's a shot in the dark but some solutions to similar reported problems include clearing directories - my thinking is, maybe we're caching something that we shouldn't.

Notes & open questions

Change checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • A changelog entry has been made in the appropriate crates

@thomaseizinger
Copy link
Contributor

These cache artifacts save us over a minute on each job so I'd like to retain them! :)

They represent the rustdoc JSON for the released versions on crates.io. I would be silly to rebuild them on every run.

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.

2 participants