-
Notifications
You must be signed in to change notification settings - Fork 357
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
[email protected] - Add patch for incompatible_disallow_empty_glob #3507
Conversation
Hello @bazelbuild/bcr-maintainers, modules without existing maintainers (llvm-project) have been updated in this PR. Please review the changes. |
b938f14
to
67e7575
Compare
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.
Could you replace the otherwise unmodified patches with relative symlinks to the previous version?
@fmeum updated! |
modules/llvm-project/17.0.3.bcr.1/patches/0003-Add-MODULE.bazel.patch
Outdated
Show resolved
Hide resolved
Require module maintainers' approval for newly pushed changes.
Co-authored-by: Fabian Meumertzheim <[email protected]>
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.
Bazel 8 would have passed if I hadn't introduced a bug that will only be fixed in 8.0.1.
An issue was reported in
rules_rust
(bazelbuild/rules_rust#3137) where some local patches to satisfy bazelbuild/bazel#8195 were added to llvm via asingle_version_override
which does not affect consumers. This change is an attempt to upstream an otherwise noop change to llvm that supports this flag being flipped in Bazel.