From 77880782a0ce8f7b9139d4694a4928f9d94bfc06 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 4 Nov 2020 07:59:24 -0800 Subject: [PATCH] Disable incompatible_run_shell_command_string for now /~https://github.com/bazelbuild/bazel/issues/5903 --- .bazelrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bazelrc b/.bazelrc index ab068fb7..a5ad2c2b 100644 --- a/.bazelrc +++ b/.bazelrc @@ -9,3 +9,8 @@ build --strategy=SwiftCompile=local # Stop gap for /~https://github.com/bazelbuild/tulsi/issues/94. # See also: /~https://github.com/bazelbuild/rules_apple/issues/456. build "--host_force_python=PY2" + +# Disable this for now because apple_support currently relies on a workaround +# that needs to be able to pass a sequence of strings to actions.run_shell's +# 'command'. +build --incompatible_run_shell_command_string=false