Skip to content

Commit

Permalink
Add filegroup for validate.proto
Browse files Browse the repository at this point in the history
In order to include this in rust sources this needs to be included
directly downstream. Ideally we had a simple proto library target we
could use instead, but the rust ecosystem is a bit bifurcated.

bazelbuild/rules_rust#915

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
  • Loading branch information
keith committed May 19, 2022
1 parent 0e25aab commit 538e33b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions validate/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ java_proto_library(
deps = [":validate_proto"],
)

filegroup(
name = "validate_src",
srcs = ["validate.proto"],
)

alias(
name = "go_default_library",
actual = ":validate_go",
Expand Down

0 comments on commit 538e33b

Please sign in to comment.