-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use GRCP and Bazel 1.0 #6002
Use GRCP and Bazel 1.0 #6002
Conversation
Can one of the admins verify this patch? |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test PASSed. |
Test PASSed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test FAILed. |
Test FAILed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please broadcast once this merges so everyone knows they need to upgrade bazel.
Test FAILed. |
Jenkins retest this please |
Test PASSed. |
Why are these changes needed?
This is needed to make it possible to port Ray to Windows. It also contains some cleanups of files we don't need any more now that we ship with GRPC.
After this change you will need Bazel >= 1.0 to build Ray. Run
./ci/travis/install-bazel.sh
inside theray/
directory to install it.cc @mehrdadn
Related issue number
This also fixes #5984
Checks
scripts/format.sh
to lint the changes in this PR.