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.
2 parents e8d2139 + 2dc9e2a commit 09cc082Copy full SHA for 09cc082
1 file changed
packaging/BUILD.bazel
@@ -16,5 +16,8 @@ pkg_tar(
16
srcs = ["//:openroad"],
17
include_runfiles = True,
18
package_file_name = "openroad.tar",
19
- visibility = ["//test:__subpackages__"],
+ visibility = [
20
+ "//:__pkg__",
21
+ "//test:__subpackages__",
22
+ ],
23
)
0 commit comments