Skip to content

Commit

Permalink
Add tools/swift_deps_index files to runtime_files.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed May 14, 2024
1 parent 2050b36 commit 6d1ba52
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ filegroup(
"//swiftpkg/bzlmod:all_files",
"//swiftpkg/internal:all_files",
"//swiftpkg/internal/modulemap_parser:all_files",
"//tools/swift_deps_index:all_files",
"//tools/swift_deps_index/cmd:all_files",
],
visibility = ["//:__subpackages__"],
)
Expand Down
6 changes: 6 additions & 0 deletions tools/swift_deps_index/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ go_binary(
)

bzlformat_pkg(name = "bzlformat")

filegroup(
name = "all_files",
srcs = glob(["*"]),
visibility = ["//:__subpackages__"],
)
6 changes: 6 additions & 0 deletions tools/swift_deps_index/cmd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ go_library(
)

bzlformat_pkg(name = "bzlformat")

filegroup(
name = "all_files",
srcs = glob(["*"]),
visibility = ["//:__subpackages__"],
)

0 comments on commit 6d1ba52

Please sign in to comment.