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:
David Ostrovsky
2021-04-14 20:04:44 +02:00

View File

@@ -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