about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-01 20:35:41 -0700
committerGitHub <noreply@github.com>2020-07-01 20:35:41 -0700
commitfb976e65a0a2e4368fe0f6e80f9efdc18fb125e4 (patch)
treed3cb445d3d6eac51a2a39df3fe94f6710c7cbde8 /src/ci/github-actions
parent9491f18c5de3ff1c4bf9c3fdacf52d9859e26f7c (diff)
parent912963bd0856239828253af8d04e4f62e75cafd7 (diff)
downloadrust-fb976e65a0a2e4368fe0f6e80f9efdc18fb125e4.tar.gz
rust-fb976e65a0a2e4368fe0f6e80f9efdc18fb125e4.zip
Rollup merge of #72569 - ChrisDenton:remove-innosetup, r=nikomatsakis
Remove legacy InnoSetup GUI installer

On Windows the InnoSetup `.exe` installer was superseded by the MSI installer long ago. It's no longer needed.

The `.exe` installer hasn't been linked from the [other installation methods](https://forge.rust-lang.org/infra/other-installation-methods.html#standalone) page in many years. As far as I can tell the intent was always to remove this installer once the MSI proved itself. Though admittedly both installers feel very "legacy" at this point.

Removing this would mean we only maintain one Windows GUI installer and would speed up the distribution phase.

As a result of removing InnoSetup, this closes #24397
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index daa2d55c043..00170226e63 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -131,10 +131,6 @@ x--expand-yaml-anchors--remove:
         run: src/ci/scripts/install-wix.sh
         <<: *step
 
-      - name: install InnoSetup
-        run: src/ci/scripts/install-innosetup.sh
-        <<: *step
-
       - name: ensure the build happens on a partition with enough space
         run: src/ci/scripts/symlink-build-dir.sh
         <<: *step