Skip to content

Commit

Permalink
Fix ya.make files
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 committed Dec 16, 2024
1 parent 2ff65c1 commit 23d2ee6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ydb/core/fq/libs/config/protos/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ PEERDIR(
ydb/library/yql/providers/s3/proto
)

EXCLUDE_TAGS(GO_PROTO)
ONLY_TAGS(
CPP_PROTO
PY_PROTO
PY3_PROTO
)

END()
6 changes: 5 additions & 1 deletion ydb/core/protos/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ PEERDIR(

CPP_PROTO_PLUGIN0(config_proto_plugin ydb/core/config/tools/protobuf_plugin)

EXCLUDE_TAGS(GO_PROTO)
ONLY_TAGS(
CPP_PROTO
PY_PROTO
PY3_PROTO
)

END()

0 comments on commit 23d2ee6

Please sign in to comment.