Skip to content
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

Enable parallel build for compilation of Ray. #380

Closed
robertnishihara opened this issue Mar 18, 2017 · 1 comment
Closed

Enable parallel build for compilation of Ray. #380

robertnishihara opened this issue Mar 18, 2017 · 1 comment

Comments

@robertnishihara
Copy link
Collaborator

We should be compiling Ray with make -j8 or something like that (as in #371). However, this currently fails (I believe due to bugs in our CMakeLists.txt). The dependencies don't encode the fact that the flatbuffer files need to be generated before we use them.

@robertnishihara
Copy link
Collaborator Author

This has been fixed now (in #371).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant