File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1347,10 +1347,10 @@ ray_cc_library(
1347
1347
srcs = ["src/ray/core_worker/experimental_mutable_object_manager.cc" ],
1348
1348
hdrs = ["src/ray/core_worker/experimental_mutable_object_manager.h" ],
1349
1349
deps = [
1350
- ":plasma_client" ,
1351
1350
":ray_common" ,
1351
+ "//src/ray/object_manager/plasma:plasma_client" ,
1352
1352
"@com_google_absl//absl/container:node_hash_map" ,
1353
- ]
1353
+ ],
1354
1354
)
1355
1355
1356
1356
ray_cc_library (
@@ -1408,10 +1408,10 @@ ray_cc_library(
1408
1408
hdrs = ["src/ray/core_worker/store_provider/plasma_store_provider.h" ],
1409
1409
deps = [
1410
1410
":core_worker_context" ,
1411
- ":plasma_client" ,
1412
- ":reference_count" ,
1413
1411
":ray_common" ,
1414
- ]
1412
+ ":reference_count" ,
1413
+ "//src/ray/object_manager/plasma:plasma_client" ,
1414
+ ],
1415
1415
)
1416
1416
1417
1417
ray_cc_library (
You can’t perform that action at this time.
0 commit comments