-
Notifications
You must be signed in to change notification settings - Fork 25
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
Incompatible with Bazel 6 #147
Comments
Did |
https://github.com/bazel-contrib/rules_jvm_external?tab=readme-ov-file#prerequisites claims compatibility with Bazel 6 which can't be true given https://github.com/bazel-contrib/rules_jvm_external/blob/a1d4e4f4267c1797b686719aa385e707b732c541/MODULE.bazel#L105 so that's probably their bug |
looks like this isn't the first time people stumble over that: bazel-contrib/rules_jvm_external#1055 :) |
But actually the bazel_compatibility is set to |
In https://github.com/lalten/rules_appimage/actions/runs/12967356868/job/36169139114?pr=276, which tests rules_appimage compatibility with rules_pycross on Bazel 6 and Bzlmod, I'm getting:
I don't have a problem with rules_pycross dropping Bazel 6 support. But it would be nice to set
bazel_compatibility
in the module() (https://bazel.build/rules/lib/globals/module#module) (or somehow make sure dependency compatiblity_levels are such that use_repo_rule isn't used)The text was updated successfully, but these errors were encountered: