Using Gazelle to Improve Multi-Language Bazel Monorepo

preview_player
Показать описание
In this video, we're going to be using some features from Gazelle to improve our multi-language bazel monorepo. We will be using the update-repos support to provide our go dependencies to bazel. We will also be using the gazelle build file generation/formatting support.

Рекомендации по теме
Комментарии
Автор

Thank you for documenting this it’s been really insightful and has assisted in my introduction to Bazel

gromethean
Автор

Can I update both the BUILD files for python, golang, protobuf, subfolders together with one run of `bazelisk run //:gazelle`?

yaowenmei