Skip to content

Commit

Permalink
Upgrade to the latest protobuf
Browse files Browse the repository at this point in the history
The newer version splits up some build targets, and it seems
bazel will sometimes try to use a newer version if a dependency asks for
it, causing a build failure.
  • Loading branch information
Databean authored and jemoreira committed Dec 12, 2024
1 parent cef33d5 commit f84ded0
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 37 deletions.
1 change: 1 addition & 0 deletions base/cvd/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bazel_dep(name = "fmt", version = "10.2.1")
bazel_dep(name = "gflags", version = "2.2.2")
bazel_dep(name = "googletest", version = "1.15.2")
bazel_dep(name = "jsoncpp", version = "1.9.5")
bazel_dep(name = "protobuf", version = "29.1")
bazel_dep(name = "tinyxml2", version = "10.0.0")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")

Expand Down
Loading

0 comments on commit f84ded0

Please sign in to comment.