Skip to content

Commit fde8cfe

Browse files
committed
rustbuild: Turn down compression on msi installers
This is the same as #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.
1 parent 9b9d2af commit fde8cfe

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)