Skip to content

Commit

Permalink
Bump protobuf to 21.12 (#302)
Browse files Browse the repository at this point in the history
Protobuf 22+ drops support for autotools build and requires changes to
how we build protobuf, so just bumping to 21.12 first.
  • Loading branch information
es1024 authored Feb 20, 2025
1 parent f8e9321 commit 3c4d4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/build_definitions/protobuf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ProtobufDependency(Dependency):
def __init__(self) -> None:
super(ProtobufDependency, self).__init__(
'protobuf',
'3.5.1-yb-1',
'21.12-yb-1',
'https://github.com/yugabyte/protobuf/archive/refs/tags/v{0}.tar.gz',
BuildGroup.POTENTIALLY_INSTRUMENTED)
self.copy_sources = True
Expand Down
1 change: 1 addition & 0 deletions thirdparty_src_checksums.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ c48450d27524c2e5856997133e059e3cf9909241110a6e21ad278890ac425afc lz4-r130.tar.g
0fdbefbdc2c154634728097e26de52a8210ed95cb032beb5f35da0a493cd5066 opentelemetry-cpp-1.9.0.tar.gz
464bc2b348e674a1a03142e403cbccb01be8655b6de0f8bfe733ea31fcd421be opentelemetry-proto-0.19.0.tar.gz
13910d6992f8eb20a42a843b911999c391db1a1a152ebbec2f800068f75bddca patchelf-0.18.0.zip
a2cb2c3b3b270612c591af011f39a3541154e8e3f049f78dd587516b11b59dc8 protobuf-21.12-yb-1.tar.gz
05e28e5141c1962b1c9d8793cc9cfee8cd11bc24cea13fb9689ac3fc0a379bd3 protobuf-3.5.1-yb-1.tar.gz
ef2bb0ce683acb87fe4e96669853ddaead1ef13c29745f5771c1a477eee87f65 rapidjson-1.1.0-yb-3.zip
9824a7906b9f742c34a205e552d7b8fcc4b2790832a6b1a14907e37f435328b0 redis_cli-4.0.1.tar.gz
Expand Down

0 comments on commit 3c4d4d8

Please sign in to comment.