rabbitmq-server/tools/BUILD.bazel

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
424 B
Python
Raw Normal View History

load("//:rabbitmq.bzl", "all_plugins")
2023-01-05 20:45:11 +08:00
load(":erlang_ls.bzl", "deps_symlinks")
deps_symlinks(
name = "symlink_deps_for_erlang_ls",
2023-03-01 04:29:33 +08:00
testonly = True,
apps = all_plugins(
rabbitmq_workspace = "",
) + [
"//deps/rabbitmq_ct_helpers:erlang_app",
"//deps/rabbitmq_ct_client_helpers:erlang_app",
],
dest = "extra_deps", # must also be listed in .bazelignore
tags = ["local"],
)