mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 18:51:39 +08:00
This partially reverts commit 357232d124.
The addition of python/__init__.py broke the build on Windows. However, this is difficult to notice because Bazel doesn't seem to notice this dependency. You first have to go to a commit that fails on this issue, and then try to re-build this commit, so that Bazel actually performs a rebuild.
A useful command-line for triggering the exact build i:
bazel build --compile_one_dependency //:python/ray/_raylet.pyx
This commit is contained in:
Reference in New Issue
Block a user