Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 866ecc8

Browse files
committed
Disable msys path conversion on Windows.
RELNOTES: None PiperOrigin-RevId: 156068741
1 parent c4f271d commit 866ecc8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/ci/windows/compile_windows.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ if [[ $PLATFORM_NAME == windows-msvc-x86_64* ]]; then
4545
MSVC_LABEL="-msvc"
4646
fi
4747

48+
export MSYS_NO_PATHCONV=1
49+
export MSYS2_ARG_CONV_EXCL="*"
4850
${BOOTSTRAP_BAZEL} --bazelrc=${BAZELRC:-/dev/null} --nomaster_bazelrc build \
4951
--embed_label=${release_label} --stamp \
5052
${MSVC_OPTS} \

0 commit comments

Comments
 (0)