Skip to content
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

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

abrisco
Copy link
Collaborator

@abrisco abrisco commented Mar 2, 2024

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

@QuantamHD
Copy link
Collaborator

/gcbrun

@QuantamHD
Copy link
Collaborator

/gcbrun

@QuantamHD
Copy link
Collaborator

Looks like there's some RPM related error https://app.buildbuddy.io/invocation/554468ea-d9a8-11ee-8ecb-0242c0a80a02

@abrisco
Copy link
Collaborator Author

abrisco commented Mar 4, 2024

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 @rules_pkg//... and things like that. Instead there should be sufficient uses of each external repo within rules_hdl to cover what needs to be tested. I think this might be blocked by bazelbuild/rules_pkg#825

@@ -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
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abrisco abrisco force-pushed the incompat branch 7 times, most recently from d8b7567 to 10f22ef Compare August 6, 2024 23:55
@abrisco abrisco marked this pull request as draft August 6, 2024 23:55
@abrisco abrisco force-pushed the incompat branch 2 times, most recently from fd8c0ae to cc4ad7e Compare August 7, 2024 00:13
@abrisco abrisco marked this pull request as ready for review August 7, 2024 01:50
@abrisco abrisco requested a review from QuantamHD August 7, 2024 01:50
@abrisco
Copy link
Collaborator Author

abrisco commented Aug 7, 2024

@QuantamHD this change is finally ready for review!

@QuantamHD QuantamHD merged commit 6abebc0 into hdl:main Aug 8, 2024
4 checks passed
@abrisco abrisco deleted the incompat branch August 8, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable incompatible_disallow_empty_glob
2 participants