We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3014e79 commit fa67662Copy full SHA for fa67662
src/ci/scripts/install-mingw.sh
@@ -43,4 +43,8 @@ if isWindows && isKnownToBeMingwBuild; then
43
curl -o mingw.7z "${MIRRORS_BASE}/${mingw_archive}"
44
7z x -y mingw.7z > /dev/null
45
ciCommandAddPath "$(cygpath -m "$(pwd)/${mingw_dir}/bin")"
46
+
47
+ # Workaround for spurious ci failures
48
+ # see https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Spurious.20bors.20CI.20failures/near/528915775
49
+ mkdir /c/msys64/home/runneradmin
50
fi
0 commit comments