Skip to content

Commit

Permalink
Auto merge of #41996 - alexcrichton:more-retry, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
appveyor: Wrap handle.exe download in a retry

Should help deal with spurious download failures.
  • Loading branch information
bors committed May 15, 2017
2 parents 75b0568 + 7644508 commit 9f3ba8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ install:
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%

# Help debug some handle issues on AppVeyor
- ps: Invoke-WebRequest -Uri https://download.sysinternals.com/files/Handle.zip -OutFile handle.zip
- appveyor-retry appveyor DownloadFile https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-05-15-Handle.zip
- mkdir handle
- ps: Expand-Archive handle.zip -dest handle
- 7z x -ohandle 2017-05-15-Handle.zip
- set PATH=%PATH%;%CD%\handle
- handle.exe -accepteula -help

Expand Down

0 comments on commit 9f3ba8b

Please sign in to comment.