We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077c027 commit 5beaa3dCopy full SHA for 5beaa3d
bazel/BUILD.horus
@@ -69,13 +69,14 @@ filegroup(
69
],
70
)
71
72
-filegroup(
73
- name = "license_files",
74
- srcs = [
75
- "LICENSE-Apache-2.0",
76
- "LICENSE-MPL-2.0",
77
- ],
78
-)
+## Uncomment when rabbitmq/horus#22 is merged
+# filegroup(
+# name = "license_files",
+# srcs = [
+# "LICENSE-Apache-2.0",
+# "LICENSE-MPL-2.0",
+# ],
79
+# )
80
81
filegroup(
82
name = "public_and_private_hdrs",
@@ -103,7 +104,8 @@ erlang_app(
103
104
"compiler",
105
"tools",
106
- license_files = [":license_files"],
107
+ ## Uncomment when rabbitmq/horus#22 is merged
108
+ # license_files = [":license_files"],
109
priv = [":priv"],
110
111
0 commit comments