-
Notifications
You must be signed in to change notification settings - Fork 86
Add support for --incompatible_compact_repo_mapping_manifest
#301
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
|
@meteorcloudy Could you review this? CI failures are unrelated. |
meteorcloudy
left a comment
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! Should we explicitly point out that the new runfiles library is also compatible with the old format?
394665e to
678ea6d
Compare
I will point this out on the migration issue instead, I think: the old format is indistinguishable from a subset of the new format, so this is not really a property of the concrete implementation. |
|
Ah, I saw the internal CL |
Adds support for the new
_repo_mappingformat introduced in bazelbuild/bazel#26262 to the runfiles library.