Disable the x86-32 build in appveyor, as it isn't supported yet.

This commit is contained in:
Dan Gohman
2018-12-14 10:31:52 -08:00
parent 66120cdede
commit 81bbf8f057

View File

@@ -5,11 +5,6 @@ environment:
MSYS2: 1 MSYS2: 1
- TARGET: x86_64-pc-windows-msvc - TARGET: x86_64-pc-windows-msvc
BITS: 64 BITS: 64
- TARGET: i686-pc-windows-gnu
BITS: 32
MSYS2: 1
- TARGET: i686-pc-windows-msvc
BITS: 32
install: install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/ - curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-host %TARGET% - rustup-init.exe -y --default-host %TARGET%