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

Bazel build for multiple artifacts across languages #581

Open
yecol opened this issue Aug 8, 2024 · 1 comment
Open

Bazel build for multiple artifacts across languages #581

yecol opened this issue Aug 8, 2024 · 1 comment
Labels
enhancement New feature or request good-second-issue

Comments

@yecol
Copy link
Contributor

yecol commented Aug 8, 2024

Describe the enhancement requested

Since we have many artifacts in this repo, currently the building toolchain for each component is language specific.
e.g.,

  • cmake for cpp
  • maven for java
  • makefile for dev-container
  • buf for protobuf
  • ...

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

@yecol yecol added the enhancement New feature or request label Aug 8, 2024
@SemyonSinchenko
Copy link
Member

Sounds cool for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good-second-issue
Projects
None yet
Development

No branches or pull requests

3 participants