Codebase list rabbitmq-server / upstream/3.10.8 BUILD.bats
upstream/3.10.8

Tree @upstream/3.10.8 (Download .tar.gz)

BUILD.bats @upstream/3.10.8raw · history · blame

1
2
3
4
5
6
7
8
filegroup(
    name = "bin_dir",
    srcs = glob([
        "bin/**/*",
        "libexec/**/*",
    ]),
    visibility = ["//visibility:public"],
)