Skip to content

Commit 09cc082

Browse files
authored
Merge pull request #10198 from The-OpenROAD-Project-staging/fix-bazel-tarfile-visibility
Fix bazel build //:tarfile
2 parents e8d2139 + 2dc9e2a commit 09cc082

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packaging/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ pkg_tar(
1616
srcs = ["//:openroad"],
1717
include_runfiles = True,
1818
package_file_name = "openroad.tar",
19-
visibility = ["//test:__subpackages__"],
19+
visibility = [
20+
"//:__pkg__",
21+
"//test:__subpackages__",
22+
],
2023
)

0 commit comments

Comments
 (0)