Commit 978532c5b3fe59a12503bcf92f1522f9591f2228
1 parent
c13a0f44
Temporarily disable mingw32
See https://github.com/Alexpux/MINGW-packages/issues/4543
Showing
1 changed file
with
5 additions
and
3 deletions
azure-pipelines.yml
| @@ -32,9 +32,11 @@ jobs: | @@ -32,9 +32,11 @@ jobs: | ||
| 32 | msvc64: | 32 | msvc64: |
| 33 | wordsize: 64 | 33 | wordsize: 64 |
| 34 | tool: msvc | 34 | tool: msvc |
| 35 | - mingw32: | ||
| 36 | - wordsize: 32 | ||
| 37 | - tool: mingw | 35 | +# mingw 32-bit build is temporarily disabled pending resolution of |
| 36 | +# https://github.com/Alexpux/MINGW-packages/issues/4543 | ||
| 37 | +# mingw32: | ||
| 38 | +# wordsize: 32 | ||
| 39 | +# tool: mingw | ||
| 38 | mingw64: | 40 | mingw64: |
| 39 | wordsize: 64 | 41 | wordsize: 64 |
| 40 | tool: mingw | 42 | tool: mingw |