-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
Bazel build broken at main
/ 7.x
#16169
Comments
Fixes and closes protocolbuffers#16169 by pinning the build to Bazel `6.3.2`. Signed-off-by: Sam Gammon <[email protected]>
Fixes and closes protocolbuffers#16169 by amending the build to support the latest version of Bazel (`7.1.0`). - fix: use `to_list()[0]` for depset - fix: upgrade `rules_jvm_external` → latest - fix: upgrade `rules_kotlin` → `1.9.0`, to match `rules_jvm_external` - fix: `io_bazel_rules_kotlin` → `rules_kotlin` - fix: target for `kotlin-stdlib` - chore: re-generate maven dependency lockfile
I've posted two PR fix options for this issue: one which pins the build to |
Fixes and closes protocolbuffers#16169 by pinning the build to Bazel `6.3.2`. Signed-off-by: Sam Gammon <[email protected]>
Fixes and closes protocolbuffers#16169 by pinning the build to Bazel `6.3.2`. Signed-off-by: Sam Gammon <[email protected]>
Fixes and closes protocolbuffers#16169 by pinning the build to Bazel `6.3.2`. Signed-off-by: Sam Gammon <[email protected]>
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please add a comment. This issue is labeled |
Still missing a |
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please add a comment. This issue is labeled |
@sgammon according to #16172 (comment) the build works with bazel 7.x now. Should this issue be closed? |
sure! |
What version of protobuf and what language are you using?
Version:
main
Language: N/A
What operating system (Linux, Windows, ...) and version? N/A
What runtime / compiler are you using (e.g., python version or gcc version)
What did you do?
Steps to reproduce the behavior:
git clone [email protected]:protocolbuffers/protobuf.git && cd protobuf
bazel build //java:release
(passes)What did you expect to see
Passing build
What did you see instead?
Anything else we should know about your project / environment
I don't see a
.bazelversion
, so default latest is running via Bazelisk:Pinning to
6.3.2
fixes the problem:The text was updated successfully, but these errors were encountered: