mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 18:44:07 +08:00
Fix a zsh compatiblity issue in java/BUILD.bazel (#12199)
This commit is contained in:
+5
-5
@@ -254,11 +254,11 @@ genrule(
|
||||
cp -f $(location //java:ray_dist_deploy.jar) "$$WORK_DIR/python/ray/jars/ray_dist.jar"
|
||||
chmod +w "$$WORK_DIR/python/ray/jars/ray_dist.jar"
|
||||
zip -d "$$WORK_DIR/python/ray/jars/ray_dist.jar" \
|
||||
native/*/gcs_server \
|
||||
native/*/libray_redis_module.so \
|
||||
native/*/plasma_store_server \
|
||||
native/*/raylet \
|
||||
native/*/redis-server
|
||||
"native/*/gcs_server" \
|
||||
"native/*/libray_redis_module.so" \
|
||||
"native/*/plasma_store_server" \
|
||||
"native/*/raylet" \
|
||||
"native/*/redis-server"
|
||||
date > $@
|
||||
""",
|
||||
local = 1,
|
||||
|
||||
Reference in New Issue
Block a user