Skip to content

Commit 7dd3efc

Browse files
authored
add lost peerdir (#9210)
1 parent f8a2683 commit 7dd3efc

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

ydb/core/external_sources/ya.make

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
RECURSE(
2-
object_storage
3-
)
4-
51
LIBRARY()
62

73
SRCS(
@@ -13,18 +9,18 @@ SRCS(
139

1410
PEERDIR(
1511
contrib/libs/apache/arrow
16-
ydb/core/external_sources/object_storage/inference
17-
ydb/library/actors/http
18-
ydb/library/yql/providers/common/gateway
1912
library/cpp/regex/pcre
2013
library/cpp/scheme
2114
ydb/core/base
15+
ydb/core/external_sources/object_storage
16+
ydb/core/external_sources/object_storage/inference
2217
ydb/core/protos
18+
ydb/library/actors/http
2319
ydb/library/yql/providers/common/db_id_async_resolver
20+
ydb/library/yql/providers/common/gateway
2421
ydb/library/yql/providers/s3/common
2522
ydb/library/yql/providers/s3/object_listers
2623
ydb/library/yql/providers/s3/path_generator
27-
ydb/library/yql/providers/common/gateway
2824
ydb/library/yql/public/issue
2925
ydb/public/sdk/cpp/client/ydb_params
3026
ydb/public/sdk/cpp/client/ydb_value

0 commit comments

Comments
 (0)