-
Notifications
You must be signed in to change notification settings - Fork 31
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
Store snapshots using git lfs
#253
Conversation
Hmm... seems |
Interesting, GitHub doesn't show the images in the "Files changed" tab anymore, but if you click "View file", like this, it does show them. |
Daniel and I think that's because the file moved from the repository to LFS, which GitHub's UI might not know how to deal with. In Vello, the LFS-stored files do have functioning diffs in GitHub's UI. (For example here, scroll to |
Ah, yeah, it might not be able to show a diff between a non-LFS and LFS file, but that's only a problem for this specific PR. |
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.
This looks correct to me
CI is stuck again. edit: seems it actually was GitHub's YAML parser having trouble parsing |
Message bump for CI. Co-authored-by: Daniel McNab <[email protected]>
This is based on Vello's LFS setup, including the mechanism that allows easily disabling the tests that rely on LFS, just in case bandwidth runs out.