We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f271d commit 866ecc8Copy full SHA for 866ecc8
1 file changed
scripts/ci/windows/compile_windows.sh
@@ -45,6 +45,8 @@ if [[ $PLATFORM_NAME == windows-msvc-x86_64* ]]; then
45
MSVC_LABEL="-msvc"
46
fi
47
48
+export MSYS_NO_PATHCONV=1
49
+export MSYS2_ARG_CONV_EXCL="*"
50
${BOOTSTRAP_BAZEL} --bazelrc=${BAZELRC:-/dev/null} --nomaster_bazelrc build \
51
--embed_label=${release_label} --stamp \
52
${MSVC_OPTS} \
0 commit comments