We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since we have many artifacts in this repo, currently the building toolchain for each component is language specific. e.g.,
It seems bazel is fit for our project, only one building toolchain supports polylang, i.e., cpp/python/Java, even docker container.
Especially for GraphAr: the java/spark library depends on cpp artifacts via FastFFI.
Bazel is a worthy try!
p.s. I also propose this to GraphScope project.
Developer Tools
The text was updated successfully, but these errors were encountered:
Sounds cool for me!
Sorry, something went wrong.
No branches or pull requests
Describe the enhancement requested
Since we have many artifacts in this repo, currently the building toolchain for each component is language specific.
e.g.,
It seems bazel is fit for our project, only one building toolchain supports polylang, i.e., cpp/python/Java, even docker container.
Especially for GraphAr: the java/spark library depends on cpp artifacts via FastFFI.
Bazel is a worthy try!
p.s. I also propose this to GraphScope project.
Component(s)
Developer Tools
The text was updated successfully, but these errors were encountered: