We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2635a2 commit 1a55ea0Copy full SHA for 1a55ea0
src/rustup-win-installer/msi/test-install.ps1
@@ -1,5 +1,7 @@
1
# This script can be used for manually testing the MSI installer. It is not used for AppVeyor CI.
2
3
+$env:RUSTFLAGS="-Zunstable-options -Ctarget-feature=+crt-static"
4
+
5
pushd ..\..\..
6
# Build rustup.exe
7
cargo build --release --target i686-pc-windows-msvc --features msi-installed
0 commit comments