You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILD.bazel
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -142,8 +142,8 @@ ray_cc_library(
142
142
hdrs= ["src/ray/rpc/grpc_client.h"],
143
143
deps= [
144
144
":grpc_common_base",
145
-
":rpc_client_call",
146
145
":rpc_chaos",
146
+
":rpc_client_call",
147
147
"//src/ray/common:grpc_util",
148
148
"//src/ray/common:ray_config",
149
149
"//src/ray/common:status",
@@ -157,9 +157,9 @@ ray_cc_library(
157
157
deps= [
158
158
":stats_metric",
159
159
"//src/ray/common:asio",
160
-
"//src/ray/common:ray_config",
161
160
"//src/ray/common:grpc_util",
162
161
"//src/ray/common:id",
162
+
"//src/ray/common:ray_config",
163
163
"//src/ray/common:status",
164
164
"@com_github_grpc_grpc//:grpc++",
165
165
],
@@ -170,8 +170,8 @@ ray_cc_library(
170
170
srcs= ["src/ray/rpc/retryable_grpc_client.cc"],
171
171
hdrs= ["src/ray/rpc/retryable_grpc_client.h"],
172
172
deps= [
173
-
":rpc_client_call",
174
173
":grpc_client",
174
+
":rpc_client_call",
175
175
"@com_google_absl//absl/container:btree",
176
176
"@com_google_absl//absl/strings:str_format",
177
177
"@com_google_absl//absl/time",
@@ -184,8 +184,8 @@ ray_cc_library(
184
184
deps= [
185
185
":grpc_client",
186
186
"//src/ray/common:status",
187
-
"//src/ray/util:logging",
188
187
"//src/ray/protobuf:reporter_cc_proto",
188
+
"//src/ray/util:logging",
189
189
"@com_github_grpc_grpc//:grpc++",
190
190
],
191
191
)
@@ -198,8 +198,8 @@ ray_cc_library(
198
198
":grpc_common_base",
199
199
":rpc_server_call",
200
200
"//src/ray/common:asio",
201
-
"//src/ray/common:status",
202
201
"//src/ray/common:ray_config",
202
+
"//src/ray/common:status",
203
203
"//src/ray/util:thread_utils",
204
204
"@com_github_grpc_grpc//:grpc++",
205
205
"@com_github_grpc_grpc//:grpc++_reflection",
@@ -216,9 +216,9 @@ ray_cc_library(
216
216
],
217
217
# TODO(core): These three dependencies come from raylet client, should be able to remove after we split node rpc and raylet client into smaller targets.
0 commit comments