Skip to content

Commit 5d2a0fb

Browse files
cblichmanncopybara-github
authored andcommitted
Update to latest protobuf and Abseil, fix build config
Abseil and protobuf releases a few internal features we'd like to use. Drive-by: - Fix `llvm_config.bzl` lookup of `llvm-config` - Starlark's `range()` is left-open PiperOrigin-RevId: 764207317 Change-Id: I31a3b71521ef955cfd115d4bceacb4ab84e95e38
1 parent c36cb06 commit 5d2a0fb

File tree

5 files changed

+192
-3371
lines changed

5 files changed

+192
-3371
lines changed

MODULE.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ module(
2222
http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2323

2424
# Bazel Central Registry (BCR) Modules:
25-
bazel_dep(name = "abseil-cpp", version = "20240722.0")
25+
bazel_dep(name = "abseil-cpp", version = "20250512.0")
2626
bazel_dep(name = "abseil-py", version = "2.1.0")
2727
bazel_dep(name = "bazel_skylib", version = "1.7.1")
2828
bazel_dep(name = "google_benchmark", version = "1.8.5")
29-
bazel_dep(name = "googletest", version = "1.15.2")
30-
bazel_dep(name = "protobuf", version = "28.2", repo_name = "com_google_protobuf")
31-
bazel_dep(name = "rules_proto", version = "6.0.2")
32-
bazel_dep(name = "rules_python", version = "0.37.2")
29+
bazel_dep(name = "googletest", version = "1.17.0")
30+
bazel_dep(name = "protobuf", version = "31.0", repo_name = "com_google_protobuf")
31+
bazel_dep(name = "rules_proto", version = "7.0.2")
32+
bazel_dep(name = "rules_python", version = "1.0.0")
3333
bazel_dep(name = "rules_cc", version = "0.1.1")
3434
bazel_dep(name = "libunwind", version = "1.8.1")
3535
bazel_dep(name = "libffi", version = "3.4.7")

0 commit comments

Comments
 (0)