diff options
author | mikhnenko <mikhnenko@yandex-team.com> | 2024-07-08 14:13:20 +0300 |
---|---|---|
committer | mikhnenko <mikhnenko@yandex-team.com> | 2024-07-08 14:24:14 +0300 |
commit | 995d738462b7d02029be44840e712154c7ec9fe7 (patch) | |
tree | c664f74386a2b25acfb60baf9344de164a09283e /build/conf | |
parent | 575887a5e8ab6fe9cf806b350efba4f669f944ad (diff) | |
download | ydb-995d738462b7d02029be44840e712154c7ec9fe7.tar.gz |
Revert "Conan2 support by use_conan2 flag in yexport.toml"
This reverts commit 53b2f6c57e617e4efacd04b2205da51579655ac8, reversing
changes made to a265b57511425cc8130c5ac369e9ecb0ba0b10cf.
b598f7b7bd94c27933dae8874d4a2a4a5e366591
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 cfc449906d..3437b7efd8 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.4" + OPENSOURCE_REPLACE_PROTOBUF="3.19.1" OPENSOURCE_REPLACE_LINUX_HEADERS="6.5.9" # OPENSOURCE_REPLACE_OPENSSL="[>=3.2.0]" } |