-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Update java_tools v13.15 / rules_java 8.8.0 #25048
Conversation
I'll update the lockfiles in bazel 7.4.1. I think that's the issue |
e8b1062
to
7c66b1f
Compare
@hvadehra can you please take a look at the issue? The lockfiles have been updated in Bazel 7, but looks like it's still failing. |
Bazel is now using 8.0.1 to build (https://github.com/bazelbuild/bazel/blob/master/.bazelversion), so the earlier state was probably correct. The test failures if any will need investigation. |
Done @hvadehra |
@iancha1992 Could you please make a new java_tools RC from HEAD? (I pushed an improvement in b1d9c99) |
I'll update the lockfiles tomorrow morning. |
Please also rebase this branch on master HEAD. |
6675b70
to
2ea8465
Compare
Done. But looks like its failing. |
@iancha1992 The java_tools release process does not overwrite existing files while uploading the archives. |
I see. I did not know that. I'll do rc2 then. Thanks for letting me know. |
2ea8465
to
97674c3
Compare
@hvadehra Looks like it's all passed now. I'm running the downstream at: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4432. I'll let you know if it looks good. Thanks |
Downstream looks good. @hvadehra |
Great, thanks a lot for patiently working through this! |
@iancha1992 I've made the rules_java v8.8.0 release. |
97674c3
to
ee104ce
Compare
@hvadehra please let me know if this good for merge. Thanks! |
…xisting RCs Context: #25048 (comment) PiperOrigin-RevId: 722604130 Change-Id: I6766895e455916440d6fe28ad40299129f4bc31c
@hvadehra do you want to cherry-pick this to |
What would be needed to make progress is bazelbuild/rules_java#270, so if that doesn't make it in time, 8.8.0 isn't necessary either. |
bazelbuild/java_tools#95