Skip to content

Commit 561698c

Browse files
committed
correct the toolchain
1 parent 7d22dde commit 561698c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ load("@bazelci_rules//:rbe_repo.bzl", "rbe_preconfig")
9595
# otherwise refer to RBE docs.
9696
rbe_preconfig(
9797
name = "buildkite_config",
98-
toolchain = "ubuntu2204-bazel-java11",
98+
toolchain = "ubuntu2204",
9999
)
100100

101101
local_repository(

python/private/internal_dev_deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _internal_dev_deps_impl(mctx):
2626
# otherwise refer to RBE docs.
2727
rbe_preconfig(
2828
name = "buildkite_config",
29-
toolchain = "ubuntu2204-bazel-java11",
29+
toolchain = "ubuntu2204",
3030
)
3131
runtime_env_repo(name = "rules_python_runtime_env_tc_info")
3232

0 commit comments

Comments
 (0)