Skip to content

Commit

Permalink
Generate BUILD files for grpc compiler (#1672)
Browse files Browse the repository at this point in the history
* Generate BUILD files for grpc compiler

* Update Bazel module
  • Loading branch information
mering committed Nov 27, 2023
1 parent d935492 commit b625896
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions internal/bzlmod/default_gazelle_overrides.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ DEFAULT_BUILD_FILE_GENERATION_BY_PATH = {
"github.com/envoyproxy/protoc-gen-validate": "on",
"github.com/google/safetext": "on",
"github.com/grpc-ecosystem/grpc-gateway/v2": "on",
"google.golang.org/grpc": "on",
}

DEFAULT_DIRECTIVES_BY_PATH = {
Expand Down
6 changes: 3 additions & 3 deletions tests/bcr/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b625896

Please sign in to comment.