Skip to content

chore: add Bazel 8 testing #39

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

Merged
merged 9 commits into from
Jan 16, 2025
Merged

chore: add Bazel 8 testing #39

merged 9 commits into from
Jan 16, 2025

Conversation

alexeagle
Copy link
Member

The latest rules_proto has a fix to make this work, even though Bazel 8 moved the proto rule implementations to com_google_protobuf


Changes are visible to end-users: no

Test plan

  • Covered by existing test cases

@alexeagle alexeagle force-pushed the bazel8 branch 4 times, most recently from 94527dc to 06f48e5 Compare January 15, 2025 01:14
@alexeagle
Copy link
Member Author

Still two test failures. One of them is something trying to compile abseil-cpp from source, and we assert here that no functional CC toolchain should be required. I think it may be rules_python's fault though, rather than rules_proto or protobuf.

@fmeum
Copy link
Contributor

fmeum commented Jan 15, 2025

Java protos still hit protocolbuffers/protobuf#19679, which hasn't been reviewed yet. But all other languages should work.

@alexeagle
Copy link
Member Author

Thanks, I'll try removing Java as well.

@alexeagle alexeagle merged commit 56b554d into main Jan 16, 2025
11 checks passed
@alexeagle alexeagle deleted the bazel8 branch January 16, 2025 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants