Skip to content

Commit 1a55ea0

Browse files
committed
Set RUSTFLAGS to use static CRT in MSI test script
1 parent c2635a2 commit 1a55ea0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rustup-win-installer/msi/test-install.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This script can be used for manually testing the MSI installer. It is not used for AppVeyor CI.
22

3+
$env:RUSTFLAGS="-Zunstable-options -Ctarget-feature=+crt-static"
4+
35
pushd ..\..\..
46
# Build rustup.exe
57
cargo build --release --target i686-pc-windows-msvc --features msi-installed

0 commit comments

Comments
 (0)