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.
2 parents 3014e79 + 125a464 commit 222c663Copy full SHA for 222c663
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 -p ~
50
fi
0 commit comments