-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
rules_jvm_external is failing with Bazel@HEAD #931
Comments
Pretty sure the real culprit is bazelbuild/bazel@d0e2958. This is a breaking change for Bazel. |
I guess this should be fixed by some change like bazelbuild/rules_scala#1505? |
Fixing this forward looks reasonable to me and the same kind of change should fix this for rules_jvm_external. This should be prominently listed as an incompatible change in Bazel 7 though. |
@kotlaja I think we should try to follow https://bazel.build/release/backward-compatibility to guard this breaking change behind a flag ( |
I've added a github issue: bazelbuild/bazel#18970 and I would argue that we don't need an incompatible change because:
|
I've added a fix inside: #933, please have a look. |
Thanks for sending the fix!
From the perspective of a Bazel user, rule-related breakages are typically more difficult to fix than target-related breakages since rulesets live in external repos and are third-party dependencies. |
Fixed by #933 |
Thanks @fmeum. We can close this issue. |
https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3165#01895294-907c-4278-ba53-0049bc4ea142
Platform : Ubuntu, MacOs, Windows
Logs:
Steps :
Culprit bazelbuild/bazel@403564a
CC Greenteam @SalmaSamy
The text was updated successfully, but these errors were encountered: