Skip to content

Commit

Permalink
Only pin protobuf is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Sep 24, 2024
1 parent e0137fc commit d0fed52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 0 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ local_path_override(

single_version_override(
module_name = "grpc",
version = "1.48.1.bcr.1",
patch_strip = 1,
patches = [
"//third_party/grpc:00_disable_layering_check.patch",
Expand All @@ -71,11 +70,6 @@ single_version_override(
patches = ["//third_party:protobuf_21.7.patch"],
)

single_version_override(
module_name = "abseil-cpp",
version = "20230802.1",
)

# The following Bazel modules are not direct dependencies for building Bazel,
# but are required for visibility from DIST_ARCHIVE_REPOS in repositories.bzl
bazel_dep(name = "apple_support", version = "1.8.1")
Expand Down
11 changes: 11 additions & 0 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0fed52

Please sign in to comment.