aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml8
1 files 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