Skip to content

Commit fb478af

Browse files
authored
[bazel] Flag fixes for the RBE (#16785)
The c++ version is set properly in the main `.bazelrc` and changing it here doesn't help. We should also always use a pinned browser in the RBE.
1 parent 3e99f76 commit fb478af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.bazelrc.remote

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ build:rbe --remote_cache=grpcs://gypsum.cluster.engflow.com
77
# The number of cores available
88
build:rbe -j 50
99

10+
# Always pin the browser when running remotely
11+
build:rbe --//common:pin_browsers
12+
1013
build:rbe --define=EXECUTOR=remote
1114
build:rbe --experimental_inmemory_dotd_files
1215
build:rbe --experimental_inmemory_jdeps_files
@@ -20,7 +23,6 @@ build:rbe --extra_execution_platforms=//common/remote-build:platform
2023
build:rbe --extra_toolchains=//common/remote-build:cc-toolchain
2124
build:rbe --host_platform=//common/remote-build:platform
2225
build:rbe --platforms=//common/remote-build:platform
23-
build:rbe --cxxopt=-std=c++14
2426

2527
# The Docker images are running Linux
2628
build:rbe --cpu=k8

0 commit comments

Comments
 (0)