-
Notifications
You must be signed in to change notification settings - Fork 543
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
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.x
config from all.bazelrc
..bazelrc
for enabling
WORKSPACE
cannot work across bazel 6,7,8.BUILD.bazel
file for integration tests.bazel 6.x
.rules_java
for 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-lib
needsa new version.
Fixes #2378