Skip to content

Commit 395ec06

Browse files
authored
Rollup merge of rust-lang#64617 - alexcrichton:smaller-msi, r=Mark-Simulacrum
rustbuild: Turn down compression on msi installers This is the same as rust-lang#64615 except applied to our MSI installers. The same fix is applied effectively bringing these installers in line with the gz tarball installers, which are about 3x faster to produce locally and likely much faster to produce on CI.
2 parents 4580714 + fde8cfe commit 395ec06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/installer/msi/rust.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
</Upgrade>
153153

154154
<!-- Specifies a single cab file to be embedded in the installer's .msi. -->
155-
<MediaTemplate EmbedCab="yes" CompressionLevel="high" />
155+
<MediaTemplate EmbedCab="yes" CompressionLevel="mszip" />
156156

157157
<!-- Send a WM_SETTINGCHANGE message to tell processes like explorer to update their
158158
environments so any new command prompts get the updated %PATH% -->

0 commit comments

Comments
 (0)