1

remove buildtools again

This commit is contained in:
Motiejus Jakštys 2021-06-10 13:15:34 +03:00 committed by Motiejus Jakštys
parent dbff5afa75
commit 4e48d6f1af

View File

@ -43,12 +43,6 @@ load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
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( load(
"//toolchain:defs.bzl", "//toolchain:defs.bzl",
zig_register_all_toolchains = "register_all_toolchains", zig_register_all_toolchains = "register_all_toolchains",