Skip to content

Commit 6d1ba52

Browse files
committed
Add tools/swift_deps_index files to runtime_files.
1 parent 2050b36 commit 6d1ba52

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

BUILD.bazel

+2
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ filegroup(
186186
"//swiftpkg/bzlmod:all_files",
187187
"//swiftpkg/internal:all_files",
188188
"//swiftpkg/internal/modulemap_parser:all_files",
189+
"//tools/swift_deps_index:all_files",
190+
"//tools/swift_deps_index/cmd:all_files",
189191
],
190192
visibility = ["//:__subpackages__"],
191193
)

tools/swift_deps_index/BUILD.bazel

+6
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ go_binary(
1616
)
1717

1818
bzlformat_pkg(name = "bzlformat")
19+
20+
filegroup(
21+
name = "all_files",
22+
srcs = glob(["*"]),
23+
visibility = ["//:__subpackages__"],
24+
)

tools/swift_deps_index/cmd/BUILD.bazel

+6
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ go_library(
1717
)
1818

1919
bzlformat_pkg(name = "bzlformat")
20+
21+
filegroup(
22+
name = "all_files",
23+
srcs = glob(["*"]),
24+
visibility = ["//:__subpackages__"],
25+
)

0 commit comments

Comments
 (0)