Skip to content

Commit 59deb56

Browse files
Revert "bazel/BUILD.horus: do not include license files"
This reverts commit 5beaa3d. Horus 0.2.6 should address the root cause.
1 parent 8f1219a commit 59deb56

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

bazel/BUILD.horus

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,13 @@ filegroup(
6969
],
7070
)
7171

72-
## Uncomment when rabbitmq/horus#22 is merged
73-
# filegroup(
74-
# name = "license_files",
75-
# srcs = [
76-
# "LICENSE-Apache-2.0",
77-
# "LICENSE-MPL-2.0",
78-
# ],
79-
# )
72+
filegroup(
73+
name = "license_files",
74+
srcs = [
75+
"LICENSE-Apache-2.0",
76+
"LICENSE-MPL-2.0",
77+
],
78+
)
8079

8180
filegroup(
8281
name = "public_and_private_hdrs",
@@ -104,8 +103,7 @@ erlang_app(
104103
"compiler",
105104
"tools",
106105
],
107-
## Uncomment when rabbitmq/horus#22 is merged
108-
# license_files = [":license_files"],
106+
license_files = [":license_files"],
109107
priv = [":priv"],
110108
)
111109

0 commit comments

Comments
 (0)