Skip to content

Commit 2430dff

Browse files
tholenstcopybara-github
authored andcommitted
Remove more of the RBE Tests.
PiperOrigin-RevId: 490468582 Change-Id: I721bcc63835c17611e499239b250d1fb6c37b20e
1 parent 26e562f commit 2430dff

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

WORKSPACE

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ load("@tink_java//:tink_java_deps_init.bzl", "tink_java_deps_init")
88

99
tink_java_deps_init()
1010

11-
load("@bazel_toolchains//rules:rbe_repo.bzl", "rbe_autoconfig")
12-
13-
rbe_autoconfig(name = "rbe_default")
14-
1511
load("@rules_jvm_external//:defs.bzl", "maven_install")
1612

1713
maven_install(

tink_java_deps.bzl

-15
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,6 @@ def tink_java_deps():
7272
sha256 = "5babb8571f1cceafe0c18e13ddb3be556e87e12ceea3463d6b0d0064e6cc1ac3",
7373
)
7474

75-
# -------------------------------------------------------------------------
76-
# Remote Build Execution (RBE).
77-
# -------------------------------------------------------------------------
78-
if not native.existing_rule("bazel_toolchains"):
79-
# Latest bazel_toolchains package on 2021-10-13.
80-
http_archive(
81-
name = "bazel_toolchains",
82-
sha256 = "179ec02f809e86abf56356d8898c8bd74069f1bd7c56044050c2cd3d79d0e024",
83-
strip_prefix = "bazel-toolchains-4.1.0",
84-
urls = [
85-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/4.1.0/bazel-toolchains-4.1.0.tar.gz",
86-
"https://github.com/bazelbuild/bazel-toolchains/releases/download/4.1.0/bazel-toolchains-4.1.0.tar.gz",
87-
],
88-
)
89-
9075
# -------------------------------------------------------------------------
9176
# Transitive Maven artifact resolution and publishing rules for Bazel.
9277
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)