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

Check whether building without a cache passes #525

Closed
wants to merge 2 commits into from

Conversation

max-sixty
Copy link
Collaborator

@max-sixty max-sixty commented Jul 7, 2024

Currently when I run cargo update && cargo build locally, I get failures around similar 2.5.0. I'm not sure why CI has been passing; this is a test to check whether it's the cache which is holding an existing version of dependencies.

Currently when I run `cargo update && cargo build` locally, I get failures around `similar 2.5.0`. I'm not sure why CI has been passing; this is a test to check whether it's the cache which is holding an existing version of dependencies.

mitsuhiko#524 adds the lockfile to the repo, which would reduce the change of a local dev break
@max-sixty
Copy link
Collaborator Author

This ended up being a corrupt local registry, but out of it comes #526 to fix a test on Windows

@max-sixty max-sixty closed this Jul 7, 2024
@max-sixty max-sixty deleted the test-no-cache branch July 7, 2024 22:08
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.

1 participant