Skip to content

Commit 9bb1ee1

Browse files
committed
build: disable RBE for CI
This appears to be broken due to a recent configuration change to improve security and it's not worth fixing for an LTS branch.
1 parent cfb0a4f commit 9bb1ee1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/bazel.linux.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
# https://docs.bazel.build/versions/master/guide.html#bazelrc-syntax-and-semantics
33
import %workspace%/.circleci/bazel.common.rc
44

5-
build --config=remote
5+
# Disabled because RBE for v18 was broken due to configuration changes for security reasons.
6+
# build --config=remote

0 commit comments

Comments
 (0)