You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates the `protobuf` version to one that's still compatible with Bazel
6.5.0 and 7.5.0 without updating `scalapb`. Broken out from bazel-contrib#1710, and
part of bazel-contrib#1482 and bazel-contrib#1652.
Like bazel-contrib#1711, updates `.bazelversion` files to 7.5.0 and the CI builds in
`.bazelci/presubmit.yml` to use Bazel 7.5.0.
Unlike bazel-contrib#1711, contains only these updates:
- `abseil-cpp`: 20220623.1 => 20250127.0
- `protobuf`: v21.7 => v25.6
This change aims make bazel-contrib#1710 smaller and more focused, and should
ultimately make that pull request smaller and/or easier to review.
Specifically, this is an attempt to see whether MSVC will build
successfully with `protobuf` v25.6. If it doesn't, I will update this
change to include the protocol compiler toolchainization changes
from bazel-contrib#1710.
0 commit comments