mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
Fix building Windows wheels (#22388)
This commit is contained in:
parent
6882ca0717
commit
c857f34cc7
2 changed files with 3 additions and 1 deletions
|
@ -818,9 +818,10 @@ cc_test(
|
|||
deps = [
|
||||
":core_worker_lib",
|
||||
":gcs",
|
||||
"//src/ray/protobuf:runtime_env_common_cc_proto",
|
||||
"@com_google_absl//absl/container:flat_hash_map",
|
||||
"@com_google_absl//absl/container:flat_hash_set",
|
||||
"@com_google_googletest//:gtest_main",
|
||||
"@com_google_googletest//:gtest",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#include "ray/util/filesystem.h"
|
||||
#include "src/ray/protobuf/core_worker.pb.h"
|
||||
#include "src/ray/protobuf/gcs.pb.h"
|
||||
#include "src/ray/protobuf/runtime_env_common.pb.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue