Skip to content

Commit

Permalink
Windows: Bootstrap Bazel with wrapper-less CROSSTOOL
Browse files Browse the repository at this point in the history
RELNOTES: None.
PiperOrigin-RevId: 160482939
  • Loading branch information
meteorcloudy authored and hlopko committed Jun 29, 2017
1 parent 393e843 commit a60fce9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/ci/windows/compile_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,16 @@ fi
OPTS="--cpu=x64_windows_msys --host_cpu=x64_windows_msys"
MSVC_LABEL=""
if [[ $PLATFORM_NAME == windows-msvc-x86_64* ]]; then
OPTS="--cpu=x64_windows_msvc --copt=/w"
OPTS=""
MSVC_LABEL="-msvc"
fi

export MSYS_NO_PATHCONV=1
export MSYS2_ARG_CONV_EXCL="*"

# TODO(pcloudy): Remove this after wrapper-less CROSSTOOL becomes default
export NO_MSVC_WRAPPER=1

echo "BOOTSTRAP_BAZEL version:"
${BOOTSTRAP_BAZEL} --bazelrc=${BAZELRC:-/dev/null} --nomaster_bazelrc version

Expand Down

0 comments on commit a60fce9

Please sign in to comment.