Disable the x86-32 build in appveyor, as it isn't supported yet.
This commit is contained in:
@@ -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%
|
||||||
|
|||||||
Reference in New Issue
Block a user