Skip to content

Commit 08b8d47

Browse files
committed
Fix ya.make files
1 parent 2ff65c1 commit 08b8d47

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

ydb/core/fq/libs/config/protos/ya.make

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3943
END()

ydb/core/protos/ya.make

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ PEERDIR(
176176

177177
CPP_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

181185
END()

ydb/library/yaml_config/protos/ya.make

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ PEERDIR(
1111

1212
CPP_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

1620
END()

0 commit comments

Comments
 (0)