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

Use Bazel for builds? #80

Open
shaldengeki opened this issue Feb 17, 2024 · 1 comment
Open

Use Bazel for builds? #80

shaldengeki opened this issue Feb 17, 2024 · 1 comment

Comments

@shaldengeki
Copy link
Contributor

Hello!

I use Bazel to build a bunch of my personal projects, and at work as well. I like it a lot: https://bazel.build

In particular, Bazel support for golang is pretty good. There's a neat tool called gazelle that auto-manages things for you: https://github.com/bazelbuild/bazel-gazelle

I'd like to use your parser in projects that use Bazel for builds, and will probably end up bazel-ifying it in a fork. Mostly this involves adding BUILD.bazel files, and a WORKSPACE file. Would you be open to accepting this upstream? I'm happy to do the work of converting your builds, so that your CI builds get the benefits of Bazel caching.

@yoheimuta
Copy link
Owner

@shaldengeki Hello!
I'm interested in using Bazel. It would be really helpful if you could do that work 👍

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

2 participants