diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7e6bfbc..ee3c00c 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