Merge branch 'stable-3.3' into stable-3.4
* stable-3.3: Bazel: Disable worker multiplexer to avoid sporadic build failures Change-Id: I24a30cdf2b585a8b5fe2d3b842caeebf0b145211
This commit is contained in:
4
.bazelrc
4
.bazelrc
@@ -13,6 +13,10 @@ build --incompatible_strict_action_env
|
||||
|
||||
build --announce_rc
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user