Skip to content

Commit ab3ce40

Browse files
committed
Fix dep prefix
Signed-off-by: Ziy1-Tan <[email protected]>
1 parent 3865fe6 commit ab3ce40

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

BUILD.bazel

+5-5
Original file line numberDiff line numberDiff line change
@@ -1347,10 +1347,10 @@ ray_cc_library(
13471347
srcs = ["src/ray/core_worker/experimental_mutable_object_manager.cc"],
13481348
hdrs = ["src/ray/core_worker/experimental_mutable_object_manager.h"],
13491349
deps = [
1350-
":plasma_client",
13511350
":ray_common",
1351+
"//src/ray/object_manager/plasma:plasma_client",
13521352
"@com_google_absl//absl/container:node_hash_map",
1353-
]
1353+
],
13541354
)
13551355

13561356
ray_cc_library(
@@ -1408,10 +1408,10 @@ ray_cc_library(
14081408
hdrs = ["src/ray/core_worker/store_provider/plasma_store_provider.h"],
14091409
deps = [
14101410
":core_worker_context",
1411-
":plasma_client",
1412-
":reference_count",
14131411
":ray_common",
1414-
]
1412+
":reference_count",
1413+
"//src/ray/object_manager/plasma:plasma_client",
1414+
],
14151415
)
14161416

14171417
ray_cc_library(

0 commit comments

Comments
 (0)