| From 7526c837f5ed73e4af8589975a033b4e316038d9 Mon Sep 17 00:00:00 2001 |
| From: TFLite Patcher <tflite@localhost> |
| Date: Fri, 18 Oct 2024 17:47:24 +0800 |
| Subject: [PATCH] Remove unneeded repositories |
| |
| PATCH_NAME=bazel-toolchains |
| --- |
| tensorflow/workspace0.bzl | 3 --- |
| 1 file changed, 3 deletions(-) |
| |
| diff --git a/tensorflow/workspace0.bzl b/tensorflow/workspace0.bzl |
| index 0fdb0342..d617f7d0 100644 |
| --- a/tensorflow/workspace0.bzl |
| +++ b/tensorflow/workspace0.bzl |
| @@ -1,6 +1,5 @@ |
| """TensorFlow workspace initialization. Consult the WORKSPACE on how to use it.""" |
| |
| -load("@bazel_toolchains//repositories:repositories.bzl", bazel_toolchains_repositories = "repositories") |
| load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") |
| load("@build_bazel_apple_support//lib:repositories.bzl", "apple_support_dependencies") |
| load("@build_bazel_rules_apple//apple:repositories.bzl", "apple_rules_dependencies") |
| @@ -105,8 +104,6 @@ def workspace(): |
| ], |
| ) |
| |
| - bazel_toolchains_repositories() |
| - |
| # Apple rules for Bazel. https://github.com/bazelbuild/rules_apple. |
| # Note: We add this to fix Kokoro builds. |
| # The rules below call into `rules_proto` but the hash has changed and |