mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 10:45:02 +08:00
Fix not cp jars (#12456)
This commit is contained in:
+2
-1
@@ -58,7 +58,8 @@ ray_files = [
|
||||
"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")
|
||||
|
||||
# These are the directories where automatically generated Python protobuf
|
||||
|
||||
Reference in New Issue
Block a user