From bc9e3dda1185fe32d2218ea7754d6b7dda671aca Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Fri, 4 Mar 2022 07:10:48 +0000 Subject: [PATCH] deps: Remove `com_github_bazel_buildtools` (#20182) Fix #19918 Signed-off-by: Ryan Northey Mirrored from https://github.com/envoyproxy/envoy @ b2d449eb1f130d9f8d01af4ef2da89416b2157db --- bazel/repositories.bzl | 3 --- bazel/repository_locations.bzl | 11 ----------- 2 files changed, 14 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index ef92aa45..7d51eb47 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -22,9 +22,6 @@ def api_dependencies(): external_http_archive( name = "com_google_googleapis", ) - external_http_archive( - name = "com_github_bazelbuild_buildtools", - ) external_http_archive( name = "com_github_cncf_udpa", ) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index c47fd3f5..b5627720 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -28,17 +28,6 @@ REPOSITORY_LOCATIONS_SPEC = dict( "org_golang_x_text", ], ), - com_github_bazelbuild_buildtools = dict( - project_name = "Bazel build tools", - project_desc = "Developer tools for working with Google's bazel buildtool.", - project_url = "https://github.com/bazelbuild/buildtools", - version = "4.2.5", - sha256 = "d368c47bbfc055010f118efb2962987475418737e901f7782d2a966d1dc80296", - release_date = "2022-01-13", - strip_prefix = "buildtools-{version}", - urls = ["https://github.com/bazelbuild/buildtools/archive/{version}.tar.gz"], - use_category = ["api"], - ), com_github_cncf_udpa = dict( project_name = "xDS API", project_desc = "xDS API Working Group (xDS-WG)",