Skip to content

Commit 98d6425

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 2a31587 commit 98d6425

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)