From 4e48d6f1af76bd624923d92a82e50cfd8d336982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 10 Jun 2021 13:15:34 +0300 Subject: [PATCH] remove buildtools again --- WORKSPACE | 6 ------ 1 file changed, 6 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index baefcb3..15ce17f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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",