Fix copy to workspace (#9400)

This commit is contained in:
mehrdadn
2020-07-11 14:27:56 +02:00
committed by GitHub
parent 26fcda50e7
commit 5c853eaa6a
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -1973,7 +1973,7 @@ genrule(
outs = ["ray_pkg.out"],
cmd = """
if [ "$${OSTYPE-}" = "msys" ]; then
mv -f python/ray/_raylet.so python/ray/_raylet.pyd
ln -P -f -- python/ray/_raylet.so python/ray/_raylet.pyd
fi
# NOTE(hchen): Protobuf doesn't allow specifying Python package name. So we use this `sed`
# command to change the import path in the generated file.