summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2021-04-14 20:03:34 +0200
committerDavid Ostrovsky <david@ostrovsky.org>2021-04-14 20:03:34 +0200
commit9b7c8326433ce77f05da4da09b138d3cb90859b5 (patch)
tree6c969e51cfb56ffb9b22d02cc5d4f504d0f00a24
parentaf60db0126cd06e8072469bb7620b19a1c884ee8 (diff)
parentbd296ebe621698fe026fbc60db549a3e476749d3 (diff)
Merge branch 'stable-3.2' into stable-3.3
* stable-3.2: Bazel: Disable worker multiplexer to avoid sporadic build failures Change-Id: Ide5463a529ad665c263422f892b239df32f5268e
-rw-r--r--.bazelrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
index 6e264845ee..604a64e501 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -11,6 +11,10 @@ build --java_toolchain=//tools:error_prone_warnings_toolchain_java11
# this flag here once flipped in Bazel again.
build --incompatible_strict_action_env
+# Workaround Bazel worker crash (remove after upgrading to 4.1.0)
+# https://github.com/bazelbuild/bazel/issues/13333
+build --experimental_worker_multiplex=false
+
test --build_tests_only
test --test_output=errors
test --java_toolchain=//tools:error_prone_warnings_toolchain_java11