From 978532c5b3fe59a12503bcf92f1522f9591f2228 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 16 Oct 2018 10:33:22 -0400 Subject: Temporarily disable mingw32 See https://github.com/Alexpux/MINGW-packages/issues/4543 --- azure-pipelines.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7e6bfbc5..ee3c00c5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,9 +32,11 @@ jobs: msvc64: wordsize: 64 tool: msvc - mingw32: - wordsize: 32 - tool: mingw +# mingw 32-bit build is temporarily disabled pending resolution of +# https://github.com/Alexpux/MINGW-packages/issues/4543 +# mingw32: +# wordsize: 32 +# tool: mingw mingw64: wordsize: 64 tool: mingw -- cgit v1.2.3-54-g00ecf