Merge branch 'stable-3.2' into stable-3.3

* stable-3.2:
  Bazel: Disable worker multiplexer to avoid sporadic build failures

Change-Id: Ide5463a529ad665c263422f892b239df32f5268e
This commit is contained in:
David Ostrovsky 2021-04-14 20:03:34 +02:00
commit 9b7c832643
1 changed files with 4 additions and 0 deletions

View File

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