This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ if isWindows && isKnownToBeMingwBuild; then
4242
4343 curl -o mingw.7z " ${MIRRORS_BASE} /${mingw_archive} "
4444 7z x -y mingw.7z > /dev/null
45- ciCommandAddPath " $( pwd) /${mingw_dir} /bin"
45+ ciCommandAddPath " $( cygpath -m " $( pwd) /${mingw_dir} /bin" ) "
4646fi
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if isWindows; then
1212 7z x -oninja ninja.zip
1313 rm ninja.zip
1414 ciCommandSetEnv " RUST_CONFIGURE_ARGS" " ${RUST_CONFIGURE_ARGS} --enable-ninja"
15- ciCommandAddPath " $( pwd) /ninja"
15+ ciCommandAddPath " $( cygpath -m " $( pwd) /ninja" ) "
1616elif isMacOS; then
1717 brew install ninja
1818fi
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ elif isWindows; then
1515 mkdir -p sccache
1616 curl -fo sccache/sccache.exe \
1717 " ${MIRRORS_BASE} /2025-02-24-sccache-v0.10.0-x86_64-pc-windows-msvc.exe"
18- ciCommandAddPath " $( pwd) /sccache"
18+ ciCommandAddPath " $( cygpath -m " $( pwd) /sccache" ) "
1919fi
2020
2121# FIXME: we should probably install sccache outside the containers and then
You can’t perform that action at this time.
0 commit comments