aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remote-bazelrc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/remote-bazelrc')
-rw-r--r--tools/remote-bazelrc13
1 files changed, 5 insertions, 8 deletions
diff --git a/tools/remote-bazelrc b/tools/remote-bazelrc
index 58f794e18b..f8aabd28ae 100644
--- a/tools/remote-bazelrc
+++ b/tools/remote-bazelrc
@@ -30,14 +30,11 @@ build:remote --disk_cache=
# Set several flags related to specifying the platform, toolchain and java
# properties.
-build:remote --host_javabase=@rbe_jdk11//java:jdk
-build:remote --javabase=@rbe_jdk11//java:jdk
-build:remote --crosstool_top=@rbe_jdk11//cc:toolchain
-build:remote --extra_toolchains=@rbe_jdk11//config:cc-toolchain
-build:remote --extra_execution_platforms=@rbe_jdk11//config:platform
-build:remote --host_platform=@rbe_jdk11//config:platform
-build:remote --platforms=@rbe_jdk11//config:platform
-build:remote --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
+build:remote --crosstool_top=@ubuntu2204_jdk17//cc:toolchain
+build:remote --extra_toolchains=@ubuntu2204_jdk17//config:cc-toolchain
+build:remote --extra_execution_platforms=@ubuntu2204_jdk17//config:platform
+build:remote --host_platform=@ubuntu2204_jdk17//config:platform
+build:remote --platforms=@ubuntu2204_jdk17//config:platform
# Set various strategies so that all actions execute remotely. Mixing remote
# and local execution will lead to errors unless the toolchain and remote