Skip to content

Fix PEERDIRs #2754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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