Skip to content

Commit 222c663

Browse files
Auto merge of #144001 - ChrisDenton:ci3, r=<try>
[don't merge] Testing CI CI tests try-job: *-mingw try-job: *msvc
2 parents 3014e79 + 125a464 commit 222c663

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ci/scripts/install-mingw.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@ if isWindows && isKnownToBeMingwBuild; then
4343
curl -o mingw.7z "${MIRRORS_BASE}/${mingw_archive}"
4444
7z x -y mingw.7z > /dev/null
4545
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 ~
4650
fi

0 commit comments

Comments
 (0)