Skip to content

Commit 25d8752

Browse files
the-mikedavismergify[bot]
authored andcommitted
bazel: Remove committed files from //tools:symlink_deps_for_erlang_ls
Since 5feed38 these files are checked in, so there's no need for bazel run //tools:symlink_deps_for_erlang_ls to overwrite them with links. (cherry picked from commit 2ee91ab)
1 parent 545a1c0 commit 25d8752

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tools/erlang_ls.bzl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,6 @@ def _deps_symlinks(ctx):
4747

4848
# special case symlinks for generated sources
4949
commands.append("")
50-
commands.append(_ln_command(
51-
target = path_join("..", "..", "..", "bazel-bin", "deps", "rabbit_common", "include", "rabbit_framing.hrl"),
52-
source = path_join("deps", "rabbit_common", "include", "rabbit_framing.hrl"),
53-
))
54-
commands.append(_ln_command(
55-
target = path_join("..", "..", "..", "bazel-bin", "deps", "rabbit_common", "src", "rabbit_framing_amqp_0_8.erl"),
56-
source = path_join("deps", "rabbit_common", "src", "rabbit_framing_amqp_0_8.erl"),
57-
))
58-
commands.append(_ln_command(
59-
target = path_join("..", "..", "..", "bazel-bin", "deps", "rabbit_common", "src", "rabbit_framing_amqp_0_9_1.erl"),
60-
source = path_join("deps", "rabbit_common", "src", "rabbit_framing_amqp_0_9_1.erl"),
61-
))
6250
commands.append(_ln_command(
6351
target = path_join("..", "..", "..", "bazel-bin", "deps", "amqp10_common", "include", "amqp10_framing.hrl"),
6452
source = path_join("deps", "amqp10_common", "include", "amqp10_framing.hrl"),

0 commit comments

Comments
 (0)