]> git.lizzy.rs Git - rust.git/commitdiff
appveyor: Use InnoSetup from our mirror
authorAlex Crichton <alex@alexcrichton.com>
Wed, 23 Aug 2017 02:42:28 +0000 (19:42 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 23 Aug 2017 02:42:28 +0000 (19:42 -0700)
Chocolatey has been pretty flaky, so let's not rely on it.

Closes #43985

appveyor.yml

index f81e4ba82665047be6c64d8900976239d8e9aa5b..f548d6694c80f88137e76a42b52c83ddfe27b8e2 100644 (file)
@@ -145,7 +145,8 @@ install:
   # - set PATH=%PATH%;%CD% -- this already happens above for sccache
 
   # Install InnoSetup to get `iscc` used to produce installers
-  - appveyor-retry choco install -y InnoSetup
+  - appveyor-retry appveyor DownloadFile https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-08-22-is.exe
+  - 2017-08-22-is.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
   - set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
 
   # Help debug some handle issues on AppVeyor