Skip to content

Commit

Permalink
Add filegroup for validate.proto (#595)
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>

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
Co-authored-by: Elliot Jackson <elliot@elliotmjackson.com>
  • Loading branch information
keith and Elliot Jackson committed Sep 19, 2022
1 parent 1b8cba9 commit b3bc053
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",
Expand Down

0 comments on commit b3bc053

Please sign in to comment.