-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Implement hashing fallback #5505
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
9 Ignored Deployments
|
🟢 CI successful 🟢Thanks |
| "failed to use git to hash files: {}. Falling back to manual", | ||
| e | ||
| ); | ||
| crate::manual::get_package_file_hashes_from_processing_gitignore( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I carefully moved a lot of this fallback into "application" code inside of Go because doing the fallback lower-level caused the "we have three different ways that we hash files which are only mostly-compatible" situation.
I'd much prefer to hoist this back into application code out of scm.
Description
Testing Instructions
Added a new test that verifies we can still hash when git errors