From 6bf40375760c39b8f18b1bbc15322795bdcccddb Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Fri, 18 Nov 2016 13:16:44 +0000 Subject: Remove --workspace_status_command from windows bootstrap On Windows, passing a shell script to this command will lead to a crash. -- MOS_MIGRATED_REVID=139570957 --- scripts/ci/windows/compile_windows.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/ci') diff --git a/scripts/ci/windows/compile_windows.sh b/scripts/ci/windows/compile_windows.sh index af6fd060f6..208c472436 100755 --- a/scripts/ci/windows/compile_windows.sh +++ b/scripts/ci/windows/compile_windows.sh @@ -38,7 +38,6 @@ if [ -n "${release_label}" ]; then fi ${BOOTSTRAP_BAZEL} --bazelrc=${BAZELRC:-/dev/null} --nomaster_bazelrc build \ --embed_label=${release_label} --stamp \ - --workspace_status_command=scripts/ci/build_status_command.sh \ //src:bazel -- cgit v1.2.3