aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar dslomov <dslomov@google.com>2017-05-15 19:13:40 +0200
committerGravatar Dmitry Lomov <dslomov@google.com>2017-05-15 19:51:34 +0200
commit866ecc8c3d5e0b899e3f0c9c6b2265f16daae842 (patch)
tree8fe5ec3c6f6b7025f8e7fc1ec6f9c4baf70ec073
parentc4f271d1a68366b6fa5ff38ea7d951b6a22af044 (diff)
Disable msys path conversion on Windows.
RELNOTES: None PiperOrigin-RevId: 156068741
-rwxr-xr-xscripts/ci/windows/compile_windows.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci/windows/compile_windows.sh b/scripts/ci/windows/compile_windows.sh
index 4168f551b5..fe2d3392fc 100755
--- a/scripts/ci/windows/compile_windows.sh
+++ b/scripts/ci/windows/compile_windows.sh
@@ -45,6 +45,8 @@ if [[ $PLATFORM_NAME == windows-msvc-x86_64* ]]; then
MSVC_LABEL="-msvc"
fi
+export MSYS_NO_PATHCONV=1
+export MSYS2_ARG_CONV_EXCL="*"
${BOOTSTRAP_BAZEL} --bazelrc=${BAZELRC:-/dev/null} --nomaster_bazelrc build \
--embed_label=${release_label} --stamp \
${MSVC_OPTS} \