From 2c80b95cf5d08b7e90f95db5522afad836ecbcc4 Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Mon, 28 Nov 2022 11:13:21 -0600 Subject: [PATCH] Remove `--experimental_worker_allow_json_protocol` Port https://github.com/bazelbuild/bazel/pull/14679 into `rules_ios` to prepare for Bazel 6.0.0. --- .bazelrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 8bd02c0fe..47d90af7c 100644 --- a/.bazelrc +++ b/.bazelrc @@ -19,7 +19,6 @@ build --compilation_mode=dbg # Use 'worker' strategy for swift compilation build --strategy=SwiftCompile=worker -build --experimental_worker_allow_json_protocol # This flips enable_global_index_store - see docs/index_while_building.md for a # detailed summary