Skip to content

Commit 13595c3

Browse files
committed
bazel: fix local openroad usage gaffe
Reduce glob enormously for openroad to limit to runfiles Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 9420db3 commit 13595c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ visibility = ["//visibility:public"],
5353
)
5454
filegroup(
5555
name = "all",
56-
data = glob(["**/*"]),
56+
data = glob(["openroad.runfiles/**/*"]),
5757
visibility = ["//visibility:public"],
5858
)
5959
""",

0 commit comments

Comments
 (0)