- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8
crlf & better cli diagnostics #19
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
| I think this repo isn't the best place to add the patch, as it's layered purely as a continuous delivery pipeline for the BCR module. Could we add the patch to BCR instead? And yes, I'd prefer to have the PR for the minimal patch to accept line endings, just to reduce our divergence from what might end up landing upstream. | 
| @alexeagle sure - I've never submitted to BCR before - what's the process? Fork the repo and submit a PR as normal? | 
| Yup, similar to other PRs to that folder - bazelbuild/bazel-central-registry#4649 introduced the current "buggy" version; bazelbuild/bazel-central-registry#3225 is an example of updating the same version to fix a windows issue. | 
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'm okay with landing it here
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.
Thanks for the fix! Let's make Windows work :)
| Awesome! Could you push a new release to BCR? | 
| @alexeagle fyi libarchive/libarchive#2717 is merged so we are just waiting for a new libarchive release now | 
| Thanks, eventually the release train will leave the station | 
bsdtar in libarchive does not support reading an mtree file with CRLF endings
I have submitted libarchive/libarchive#2717 - but this may take some time to upstream. In the meantime have added a patch here which adds this CRLF support. This fixes bsdtar for usage in rules_oci.
One change: