Skip to content

Commit e8959ff

Browse files
committed
Fix PEERDIRs
1 parent c205eed commit e8959ff

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

ydb/core/blobstorage/ut_pdiskfit/pdiskfit/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ IF (OS_LINUX)
66
)
77

88
PEERDIR(
9+
ydb/apps/version
910
library/cpp/getopt
1011
library/cpp/string_utils/parse_size
1112
ydb/core/blobstorage

ydb/core/blobstorage/ut_pdiskfit/ut/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ IF (OS_LINUX AND NOT WITH_VALGRIND)
1616
ENDIF ()
1717

1818
PEERDIR(
19+
ydb/apps/version
1920
ydb/core/blobstorage
2021
ydb/core/blobstorage/ut_pdiskfit/lib
2122
)

ydb/core/blobstorage/ut_testshard/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ UNITTEST()
1212
)
1313

1414
PEERDIR(
15+
ydb/apps/version
1516
ydb/core/base
1617
ydb/core/blob_depot
1718
ydb/core/blobstorage/backpressure

ydb/core/blobstorage/vdisk/syncer/ut/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ TIMEOUT(600)
77
SIZE(MEDIUM)
88

99
PEERDIR(
10+
ydb/apps/version
1011
library/cpp/getopt
1112
library/cpp/svnversion
1213
ydb/core/base

ydb/core/blobstorage/vdisk/syncer/ya.make

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
LIBRARY()
22

33
PEERDIR(
4-
ydb/apps/version
54
ydb/library/actors/core
65
ydb/library/actors/interconnect
76
library/cpp/monlib/service/pages

0 commit comments

Comments
 (0)