Skip to content

Commit 5beaa3d

Browse files
bazel/BUILD.horus: do not include license files
for now, because they are not included into Horus releases. See rabbitmq/horus#22.
1 parent 077c027 commit 5beaa3d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

bazel/BUILD.horus

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

72-
filegroup(
73-
name = "license_files",
74-
srcs = [
75-
"LICENSE-Apache-2.0",
76-
"LICENSE-MPL-2.0",
77-
],
78-
)
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+
# )
7980

8081
filegroup(
8182
name = "public_and_private_hdrs",
@@ -103,7 +104,8 @@ erlang_app(
103104
"compiler",
104105
"tools",
105106
],
106-
license_files = [":license_files"],
107+
## Uncomment when rabbitmq/horus#22 is merged
108+
# license_files = [":license_files"],
107109
priv = [":priv"],
108110
)
109111

0 commit comments

Comments
 (0)