Skip to content

Commit

Permalink
fix arcadia build for stable-23-3 (#753)
Browse files Browse the repository at this point in the history
* fix arcadia build for stable-23-3

* update
  • Loading branch information
yegorskii authored Mar 15, 2024
1 parent 72c6a56 commit 9c51572
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target_link_libraries(storage-disk_agent-actors PUBLIC
yutil
blockstore-libs-common
cpp-actors-core
ydb-core-base
ydb-core-protos
)
target_sources(storage-disk_agent-actors PRIVATE
${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/actors/session_cache_actor.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ target_link_libraries(storage-disk_agent-actors PUBLIC
yutil
blockstore-libs-common
cpp-actors-core
ydb-core-base
ydb-core-protos
)
target_sources(storage-disk_agent-actors PRIVATE
${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/actors/session_cache_actor.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ target_link_libraries(storage-disk_agent-actors PUBLIC
yutil
blockstore-libs-common
cpp-actors-core
ydb-core-base
ydb-core-protos
)
target_sources(storage-disk_agent-actors PRIVATE
${CMAKE_SOURCE_DIR}/cloud/blockstore/libs/storage/disk_agent/actors/session_cache_actor.cpp
Expand Down
4 changes: 2 additions & 2 deletions cloud/blockstore/libs/storage/disk_agent/actors/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ PEERDIR(
cloud/storage/core/libs/actors
cloud/storage/core/protos

contrib/ydb/library/actors/core
contrib/ydb/core/protos
library/cpp/actors/core
ydb/core/protos
)

END()
Expand Down

0 comments on commit 9c51572

Please sign in to comment.