mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
Fix a zsh compatiblity issue in java/BUILD.bazel (#12199)
This commit is contained in:
parent
4066056a0d
commit
20eb217c55
1 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue