Remove the buildbuddy toolchain from the workspace

It is not needed since we have our own equivalent,
@rbe (https://github.com/rabbitmq/rbe-erlang-platform.git)
This commit is contained in:
Rin Kuryloski 2023-06-09 17:53:31 +02:00
parent 3105cc6740
commit 5f21341811
1 changed files with 0 additions and 11 deletions

View File

@ -215,17 +215,6 @@ load("//bazel/bzlmod:secondary_umbrella.bzl", "secondary_umbrella")
secondary_umbrella()
load("@io_buildbuddy_buildbuddy_toolchain//:deps.bzl", "buildbuddy_deps")
buildbuddy_deps()
load("@io_buildbuddy_buildbuddy_toolchain//:rules.bzl", "buildbuddy")
buildbuddy(
name = "buildbuddy_toolchain",
llvm = True,
)
git_repository(
name = "rbe",
branch = "linux-rbe",