File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
library/yaml_config/protos Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ PEERDIR(
3434 ydb/library/yql/providers/s3/proto
3535)
3636
37- EXCLUDE_TAGS(GO_PROTO)
37+ ONLY_TAGS(
38+ CPP_PROTO
39+ PY_PROTO
40+ PY3_PROTO
41+ )
3842
3943END()
Original file line number Diff line number Diff line change @@ -176,6 +176,10 @@ PEERDIR(
176176
177177CPP_PROTO_PLUGIN0(config_proto_plugin ydb/core/config/tools/protobuf_plugin)
178178
179- EXCLUDE_TAGS(GO_PROTO)
179+ ONLY_TAGS(
180+ CPP_PROTO
181+ PY_PROTO
182+ PY3_PROTO
183+ )
180184
181185END()
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ PEERDIR(
1111
1212CPP_PROTO_PLUGIN0(config_proto_plugin ydb/core/config/tools/protobuf_plugin)
1313
14- EXCLUDE_TAGS(GO_PROTO JAVA_PROTO)
14+ ONLY_TAGS(
15+ CPP_PROTO
16+ PY_PROTO
17+ PY3_PROTO
18+ )
1519
1620END()
You can’t perform that action at this time.
0 commit comments