aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-10-25 18:45:16 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-10-25 19:19:19 +0300
commitf01202706476780fb81b6bdf72e47a2df4d39d2d (patch)
tree122e3d74acd2b21fe781a62fd9e6fc88df4f15e0
parent30f2a784f7a9cba0be39d5dc96ec0ba3326f8d7a (diff)
downloadydb-f01202706476780fb81b6bdf72e47a2df4d39d2d.tar.gz
Disable PY2_FBS by default
commit_hash:cf0878d0a392b0cd68f7d5a0d7be34710f06b5fe
-rw-r--r--build/conf/fbs.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/fbs.conf b/build/conf/fbs.conf
index 83932fb23c..3489175d04 100644
--- a/build/conf/fbs.conf
+++ b/build/conf/fbs.conf
@@ -122,6 +122,7 @@ multimodule FBS_LIBRARY {
module PY2_FBS: PY2_LIBRARY {
.IGNORED=GENERATE_ENUM_SERIALIZATION GENERATE_ENUM_SERIALIZATION_WITH_HEADER
.ALIASES=SRCS=PY_SRCS
+ .INCLUDE_TAG=no
ENABLE(PY2_FBS)
SET(PEERDIR_TAGS PY2 PY2_FBS)
# Can not use NO_LINT(), because is not allowed outside of contrib directory