1
Fork 0

remove buildtools again

nix
Motiejus Jakštys 2021-06-10 13:15:34 +03:00 committed by Motiejus Jakštys
parent dbff5afa75
commit 4e48d6f1af
1 changed files with 0 additions and 6 deletions

View File

@ -43,12 +43,6 @@ load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()
http_archive(
name = "com_github_bazelbuild_buildtools",
strip_prefix = "buildtools-master",
url = "https://github.com/bazelbuild/buildtools/archive/master.zip",
)
load(
"//toolchain:defs.bzl",
zig_register_all_toolchains = "register_all_toolchains",