|
|
|
|
|
by Groxx
1277 days ago
|
|
Just speaking to multiple git repositories: could you use submodules for a conglomerated-monorepo? Otherwise: you can pull in repos as bazel-file-containing additions. I forget the details, but I believe it's something like https://bazel.build/extending/repo . The troubleshooting-while-developing experience is not great though imo, I'd try submodules first. |
|