From 6f9401f174ed736dc4b2e8aa03ae001d60ee12e8 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 21 Jan 2019 18:58:21 -0800 Subject: [PATCH] Remove x86 windows msys build There's something wrong with systest on this build, and the windows builds take a long time anyway. --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 32f37e12..e9353d5e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,10 +2,6 @@ environment: SSL_CERT_FILE: "C:\\OpenSSL\\cacert.pem" matrix: # 1.1.0, 64/32 bit - - TARGET: i686-pc-windows-gnu - BITS: 32 - MSYS2: 1 - OPENSSL_VERSION: 1_1_0j - TARGET: x86_64-pc-windows-msvc BITS: 64 OPENSSL_VERSION: 1_1_0j