Documentation for all available fields in source.json and possibility to use recursive_init_submodules functionality of git_repository rule in source.json #3727
Unanswered
mauricelos
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
Please check https://bazel.build/external/registry#index_registry |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
And from https://cs.opensource.google/bazel/bazel/+/master:src/main/java/com/google/devtools/build/lib/bazel/bzlmod/IndexRegistry.java;l=276, looks like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I need some guidance for where to find a detailed documentation of all fields available for the source.json file. I'm also a bit lost with the creation of a module for a library that the vendor is not shipping with submodules included in the archives. When using the git repository instead in the source.json my MODULE.bazel and BUILD.bazel get overidden and I also can't init the submodules that are needed for the build. If there is a solution for such a situation I would appreicate this a lot!
Beta Was this translation helpful? Give feedback.
All reactions