Skip to content

Commit 361cff2

Browse files
authored
proto_gazelle: support static mode (stackb#327)
This is supported by the underlying gazelle, just need to update the runner script.
1 parent 3d7eec0 commit 361cff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/proto_gazelle.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ _gazelle_runner = rule(
122122
default = "",
123123
),
124124
"external": attr.string(
125-
values = ["", "external", "vendored"],
125+
values = ["", "external", "vendored", "static"],
126126
default = "",
127127
),
128128
"build_tags": attr.string_list(),

0 commit comments

Comments
 (0)