-
|
Hi, i try to migrate a complicated project to bazel.
Is it possible to have maybe all that is external libaries concerning covered in ext_libraries? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
After back and forth trying various approaches I think now the best practice is to build an own registry. It is clear especially if you have ton of different dependencies. I will place build environment dependencies and software dependencies in that registry. For now in the repository, but maybe i will seperate it. |
Beta Was this translation helpful? Give feedback.
After back and forth trying various approaches I think now the best practice is to build an own registry. It is clear especially if you have ton of different dependencies. I will place build environment dependencies and software dependencies in that registry. For now in the repository, but maybe i will seperate it.
I hope it helps people who are facing the same question.
I migrate my ext_libraries folder into the registry.