summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2021-11-18 09:19:44 +0200
committerOrgad Shaneh <orgads@gmail.com>2021-11-18 18:32:35 +0000
commite2cff3119370c0f6b8acac88dc1a007cb705f997 (patch)
treebb321072d02173f2011cb9f4862cca8eb7b93582
parente297d8448253ba56dde391a44803a5e1fbf1e3f6 (diff)
Remove bazel workaround
We're using 4.2.0 now, so this is safe to remove. Change-Id: Ia7576e05bcfbda875275d221b48bbe0a866adb4d
-rw-r--r--.bazelrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.bazelrc b/.bazelrc
index aece2e0e98..e560f2397a 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -11,10 +11,6 @@ build --java_toolchain //tools:error_prone_warnings_toolchain
# 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