ci: fix CI after bazel 8 release#2492
Conversation
|
Didn't have time to finish this. Tried doing:
The build is failing with |
|
Reverted the changes and trying a more minimal stop-gap solution. |
Ugh, that error. I've seen that a ton while trying to get Bazel 9 workspace working. From what I've been able to tell, it means rules_java needs to be upgraded. Ah, I see we have CI coverage for bazel 8 bzlmod, but not workspace 🤦 . |
|
This is what I have in some WIP stuff for bazel 9: There may also be a change to the |
Pull request was converted to draft
Summary:
7.xconfig from all.bazelrc..bazelrcfor enabling
WORKSPACEcannot work across bazel 6,7,8.BUILD.bazelfile for integration tests.bazel 6.x.rules_javafor internal WORKSPACE dependencies toa version that supports
8.x.8.x.we need to use bazel 7 for the delete_packagese pre-commit hook,
not sure about how to track this as the
cgrindel/bazel-libneedsa new version.
Fixes #2378