From 81bbf8f05746490ae9fcef4386f08476ee6f68cd Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 14 Dec 2018 10:31:52 -0800 Subject: [PATCH] Disable the x86-32 build in appveyor, as it isn't supported yet. --- appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9fdcaa8f16..824f25ecb5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,11 +5,6 @@ environment: MSYS2: 1 - TARGET: x86_64-pc-windows-msvc BITS: 64 - - TARGET: i686-pc-windows-gnu - BITS: 32 - MSYS2: 1 - - TARGET: i686-pc-windows-msvc - BITS: 32 install: - curl -sSf -o rustup-init.exe https://win.rustup.rs/ - rustup-init.exe -y --default-host %TARGET%