Skip to content

Commit 31fd404

Browse files
JohanMabilleserge-sans-paille
authored andcommitted
Temporarily disables MINGW64 and UCRT64 builds
1 parent be35f35 commit 31fd404

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ jobs:
6060
shell: msys2 {0}
6161
strategy:
6262
matrix:
63-
msystem: [ MINGW32, MINGW64, UCRT64, CLANG32, CLANG64 ]
63+
# Temporarily remove MINGW64 and UCRT64 builds because
64+
# GCC 12 gives an unexpected overflow warning for __builtin_memmove
65+
# see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106199
66+
msystem: [ MINGW32, CLANG32, CLANG64 ]
67+
#msystem: [ MINGW32, MINGW64, UCRT64, CLANG32, CLANG64 ]
6468
fail-fast: false
6569
steps:
6670
- name: Use MinGW from MSYS2

0 commit comments

Comments
 (0)