Using Gazelle to Improve Multi-Language Bazel Monorepo

Поделиться
HTML-код
  • Опубликовано: 2 дек 2022
  • 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.
    Repository - github.com/kriscfoster/multi-...
    Gazelle - github.com/bazelbuild/bazel-g...

Комментарии • 2

  • @gromethean
    @gromethean Год назад +5

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

  • @yaowenmei639
    @yaowenmei639 Год назад +1

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