aboutsummaryrefslogtreecommitdiff
path: root/cc/tink_cc_deps.bzl
diff options
context:
space:
mode:
authortholenst <tholenst@google.com>2022-11-23 04:25:29 -0800
committerCopybara-Service <copybara-worker@google.com>2022-11-23 04:26:43 -0800
commit094af4c7923918eb3ec049055bac568944100735 (patch)
tree13aefbeda647ad7d85872672c1c24fc878245ac7 /cc/tink_cc_deps.bzl
parent40304854ff91fe26e198e79974cb51a74934cb97 (diff)
downloadtink-094af4c7923918eb3ec049055bac568944100735.tar.gz
Remove more of the RBE Tests.
PiperOrigin-RevId: 490468582
Diffstat (limited to 'cc/tink_cc_deps.bzl')
-rw-r--r--cc/tink_cc_deps.bzl15
1 files changed, 0 insertions, 15 deletions
diff --git a/cc/tink_cc_deps.bzl b/cc/tink_cc_deps.bzl
index d6a6ef025..decdb420e 100644
--- a/cc/tink_cc_deps.bzl
+++ b/cc/tink_cc_deps.bzl
@@ -36,21 +36,6 @@ def tink_cc_deps():
)
# -------------------------------------------------------------------------
- # Remote Build Execution (RBE).
- # -------------------------------------------------------------------------
- if not native.existing_rule("bazel_toolchains"):
- # Latest bazel_toolchains package on 2021-10-13.
- http_archive(
- name = "bazel_toolchains",
- sha256 = "179ec02f809e86abf56356d8898c8bd74069f1bd7c56044050c2cd3d79d0e024",
- strip_prefix = "bazel-toolchains-4.1.0",
- urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/4.1.0/bazel-toolchains-4.1.0.tar.gz",
- "https://github.com/bazelbuild/bazel-toolchains/releases/download/4.1.0/bazel-toolchains-4.1.0.tar.gz",
- ],
- )
-
- # -------------------------------------------------------------------------
# Abseil.
# -------------------------------------------------------------------------
if not native.existing_rule("com_google_absl"):