Skip to content

Commit 65cad76

Browse files
authored
Fixed proto package in release artifact (#1241)
1 parent 4d8de6e commit 65cad76

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

proto/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ filegroup(
2020
"*.bzl",
2121
"*.rs",
2222
]) + [
23+
"//proto/patches:distro",
2324
"//proto/raze:srcs",
25+
"//proto/raze/patch:distro",
2426
"//proto/raze/remote:srcs",
25-
"//proto/patches:distro",
2627
"BUILD.bazel",
2728
],
2829
visibility = ["//:__subpackages__"],

proto/raze/patch/BUILD.bazel

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,14 @@ filegroup(
66
"protobuf-2.8.2.patch",
77
],
88
)
9+
10+
filegroup(
11+
name = "distro",
12+
srcs = [
13+
"BUILD.bazel",
14+
"README.md",
15+
] + glob([
16+
"*.patch",
17+
]),
18+
visibility = ["//proto:__subpackages__"],
19+
)

0 commit comments

Comments
 (0)