Skip to content

Commit

Permalink
Fix PEERDIRs (ydb-platform#2754)
Browse files Browse the repository at this point in the history
  • Loading branch information
serbel324 authored Mar 14, 2024
1 parent 9986dce commit c1ad21b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions ydb/core/blobstorage/ut_pdiskfit/pdiskfit/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ IF (OS_LINUX)
)

PEERDIR(
ydb/apps/version
library/cpp/getopt
library/cpp/string_utils/parse_size
ydb/core/blobstorage
Expand Down
1 change: 1 addition & 0 deletions ydb/core/blobstorage/ut_pdiskfit/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ IF (OS_LINUX AND NOT WITH_VALGRIND)
ENDIF ()

PEERDIR(
ydb/apps/version
ydb/core/blobstorage
ydb/core/blobstorage/ut_pdiskfit/lib
)
Expand Down
1 change: 1 addition & 0 deletions ydb/core/blobstorage/ut_testshard/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ UNITTEST()
)

PEERDIR(
ydb/apps/version
ydb/core/base
ydb/core/blob_depot
ydb/core/blobstorage/backpressure
Expand Down
1 change: 1 addition & 0 deletions ydb/core/blobstorage/vdisk/syncer/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ TIMEOUT(600)
SIZE(MEDIUM)

PEERDIR(
ydb/apps/version
library/cpp/getopt
library/cpp/svnversion
ydb/core/base
Expand Down
1 change: 0 additions & 1 deletion ydb/core/blobstorage/vdisk/syncer/ya.make
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
LIBRARY()

PEERDIR(
ydb/apps/version
ydb/library/actors/core
ydb/library/actors/interconnect
library/cpp/monlib/service/pages
Expand Down

0 comments on commit c1ad21b

Please sign in to comment.