mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Fix not cp jars (#12456)
This commit is contained in:
parent
cf73ccddae
commit
17a6b9bbe7
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ ray_files = [
|
||||||
"ray/streaming/_streaming.so",
|
"ray/streaming/_streaming.so",
|
||||||
]
|
]
|
||||||
|
|
||||||
if BUILD_JAVA:
|
if BUILD_JAVA or os.path.exists(
|
||||||
|
os.path.join(ROOT_DIR, "ray/jars/ray_dist.jar")):
|
||||||
ray_files.append("ray/jars/ray_dist.jar")
|
ray_files.append("ray/jars/ray_dist.jar")
|
||||||
|
|
||||||
# These are the directories where automatically generated Python protobuf
|
# These are the directories where automatically generated Python protobuf
|
||||||
|
|
Loading…
Add table
Reference in a new issue