Replies: 4 comments 2 replies
-
|
What do you mean by providing bazel support, what is needed? Pardon my ignorance with bazel. If you submitted a pull request I would be happy to merge it. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, bazel has its own package management system and it allows developers to install bazel projects in a simpler way. Below I share with you the repo where package installation information is kept. central package repo: https://github.com/bazelbuild/bazel-central-registry#roles In addition, you will need 2 files to add to your project. I will open the pull request about this until tomorrow morning. Thank you for your interest my friend :) |
Beta Was this translation helpful? Give feedback.
-
|
Hey @stephenberry , I'm sorry I couldn't make things faster for you. As the project owner, bazel has added a github app https://github.com/apps/publish-to-bcr to automate your work. Please review it and let's complete the process together as soon as possible :) |
Beta Was this translation helpful? Give feedback.
-
|
@stephenberry if you are interested, I might be able to help with this one, although maybe not this weekend. ;-) I already have a working local Glaze module since it's not available in the Bazel Central Registry (BCR). I believe the right thing to do here is actually to contribute directly to BCR: https://github.com/bazelbuild/bazel-central-registry/blob/main/docs/README.md Then anyone can just do: in their |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please provide support for bazel modules. Below is the relevant link
https://registry.bazel.build/
I am sharing sample basel file content for integration
Beta Was this translation helpful? Give feedback.
All reactions