blob: 83dbc1e6c76e2ddd368c5fef7098b311def144b0 [file] [log] [blame]
sh_binary(
name = "fetch_shas",
srcs = ["fetch_shas.sh"],
tags = ["manual"],
)
filegroup(
name = "distro",
srcs = [
"BUILD.bazel",
"fetch_shas.sh",
"//util/dir_zipper:distro",
"//util/import:distro",
"//util/label:distro",
"//util/process_wrapper:distro",
],
visibility = ["//:__subpackages__"],
)
filegroup(
name = "collect_coverage",
srcs = ["collect_coverage.sh"],
visibility = ["//visibility:public"],
)