mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 23:16:00 +08:00
Ship plasma store with Ray (#7901)
This commit is contained in:
committed by
GitHub
parent
a24d117c68
commit
ea05ebe89e
+2
-2
@@ -146,11 +146,11 @@ filegroup(
|
||||
genrule(
|
||||
name = "cp_plasma_store_server",
|
||||
srcs = [
|
||||
"@plasma//:plasma_store_server",
|
||||
"//:plasma_store_server",
|
||||
],
|
||||
outs = ["plasma_store_server"],
|
||||
cmd = """
|
||||
cp -f $(location @plasma//:plasma_store_server) $@
|
||||
cp -f $(location //:plasma_store_server) $@
|
||||
""",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user