-
Notifications
You must be signed in to change notification settings - Fork 45
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
Added incompatibility flag to prepare for flip in future Bazel versions #291
Conversation
/gcbrun |
1 similar comment
/gcbrun |
Looks like there's some RPM related error https://app.buildbuddy.io/invocation/554468ea-d9a8-11ee-8ecb-0242c0a80a02 |
Yeah, I was definitely wrong when I mentioned the repo looked compliant. But the way the repo is tested is also slightly flawed. It shouldn't be checking |
@@ -30,4 +30,9 @@ def org_gnu_bison(): | |||
name = "rules_bison", | |||
sha256 = "2279183430e438b2dc77cacd7b1dbb63438971b2411406570f1ddd920b7c9145", | |||
urls = ["https://github.com/jmillikin/rules_bison/releases/download/v0.2.2/rules_bison-v0.2.2.tar.xz"], | |||
patch_args = ["-p1"], | |||
patches = [ | |||
# TODO(https://github.com/jmillikin/rules_bison/pull/14): Delete after this PR is merged |
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.
@QuantamHD this change is finally ready for review! |
A quick query seemed to prove the repo is compliant with
incompatible_disallow_empty_glob
but it'd be good to add regardless to avoid future regressions.closes #344