Skip to content

Commit dc9d66c

Browse files
authored
Merge pull request #3072 from Pinata-Consulting/bazel-slowdown-gaffe
bazel: fix local openroad usage gaffe
2 parents 2a31587 + 98d6425 commit dc9d66c

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)