diff --git a/appveyor.yml b/appveyor.yml index 45025450c9..f97073504a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,9 @@ environment: RUSTFLAGS: -Zunstable-options -Ctarget-feature=+crt-static matrix: - - TARGET: i686-pc-windows-msvc - BUILD_MSI: 1 + # FIXME + #- TARGET: i686-pc-windows-msvc + # BUILD_MSI: 1 - TARGET: i686-pc-windows-gnu MINGW_URL: https://s3.amazonaws.com/rust-lang-ci MINGW_ARCHIVE: i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z @@ -22,7 +23,7 @@ branches: install: # Install rust, x86_64-pc-windows-msvc host - curl -sSf -o rustup-init.exe https://win.rustup.rs/ - - rustup-init.exe -y --default-toolchain=nightly-x86_64-pc-windows-msvc + - rustup-init.exe -y --default-toolchain=nightly-2017-01-06-x86_64-pc-windows-msvc - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin # Install the target we're compiling for diff --git a/src/rustup-win-installer/msi/rustup.wxs b/src/rustup-win-installer/msi/rustup.wxs index d9d116d456..32473d0df4 100644 --- a/src/rustup-win-installer/msi/rustup.wxs +++ b/src/rustup-win-installer/msi/rustup.wxs @@ -2,7 +2,7 @@ - + @@ -83,4 +83,4 @@ environments so any new command prompts get the updated %PATH% --> - \ No newline at end of file +