summaryrefslogtreecommitdiffstats
path: root/.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
index fb116b93ad..6a48736093 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -24,6 +24,10 @@ build:remote --config=build_shared
# Define remote configuration alias
build:remote_gcp --config=remote
+# Builds and executes on BuildBuddy RBE using remotejdk_11
+build:remote_bb --config=config_bb
+build:remote_bb --config=build_shared
+
# Define configuration using remotejdk_17, executes using remotejdk_17 or local_jdk
build:build_java17_shared --java_language_version=17
build:build_java17_shared --java_runtime_version=remotejdk_17
@@ -39,6 +43,10 @@ build:remote17 --config=build_java17_shared
# Define remote17 configuration alias
build:remote17_gcp --config=remote17
+# Builds and executes on BuildBuddy RBE using remotejdk_17
+build:remote17_bb --config=config_bb
+build:remote17_bb --config=build_java17_shared
+
# Enable strict_action_env flag to. For more information on this feature see
# https://groups.google.com/forum/#!topic/bazel-discuss/_VmRfMyyHBk.
# This will be the new default behavior at some point (and the flag was flipped