diff options
author | dimdim11 <dimdim11@yandex-team.com> | 2024-07-11 04:42:23 +0300 |
---|---|---|
committer | dimdim11 <dimdim11@yandex-team.com> | 2024-07-11 04:54:17 +0300 |
commit | 6c29a43abcd16bccaceb009ecadd61fb11a806c8 (patch) | |
tree | 54961528ed9a300125fd9eb4a89d46b1b13d8d5c /build/conf | |
parent | 1f9e21db2c94305063f698668765e5dea1fa0dc8 (diff) | |
download | ydb-6c29a43abcd16bccaceb009ecadd61fb11a806c8.tar.gz |
Upgrade exported protobuf of yt-cpp-sdk from 3.19.1 to 3.19.4
Upgrade exported protobuf of yt-cpp-sdk from 3.19.1 to 3.19.4
0a0b680bd3180b225037e9c4b328ceba27e194ba
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/opensource_export.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/opensource_export.conf b/build/conf/opensource_export.conf index 3437b7efd8..cfc449906d 100644 --- a/build/conf/opensource_export.conf +++ b/build/conf/opensource_export.conf @@ -12,7 +12,7 @@ when ($OPENSOURCE_PROJECT) { OS_SDK=ubuntu-20 TSTRING_IS_STD_STRING=yes _SEM_EXTRA_CXX_FLAGS=-DNO_CUSTOM_CHAR_PTR_STD_COMPARATOR - OPENSOURCE_REPLACE_PROTOBUF="3.19.1" + OPENSOURCE_REPLACE_PROTOBUF="3.19.4" OPENSOURCE_REPLACE_LINUX_HEADERS="6.5.9" # OPENSOURCE_REPLACE_OPENSSL="[>=3.2.0]" } |