From 0e4d3e388216fe6f075eec53ab60fa040d563ae1 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 4 Nov 2020 07:58:57 -0800 Subject: [PATCH] Disable incompatible_run_shell_command_string for now https://github.com/bazelbuild/bazel/issues/5903 --- .bazelrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .bazelrc diff --git a/.bazelrc b/.bazelrc new file mode 100644 index 0000000..7e73a07 --- /dev/null +++ b/.bazelrc @@ -0,0 +1,4 @@ +# 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