Skip to content

Commit

Permalink
Rollup merge of rust-lang#41996 - alexcrichton:more-retry, r=Mark-Sim…
Browse files Browse the repository at this point in the history
…ulacrum

appveyor: Wrap handle.exe download in a retry

Should help deal with spurious download failures.
  • Loading branch information
frewsxcv authored May 15, 2017
2 parents 0d51303 + e5ec073 commit 7a07937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ 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://download.sysinternals.com/files/Handle.zip
- mkdir handle
- ps: Expand-Archive handle.zip -dest handle
- set PATH=%PATH%;%CD%\handle
Expand Down

0 comments on commit 7a07937

Please sign in to comment.