File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ IFS=$'\n\t'
66
77source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
88
9- MINGW_ARCHIVE_32=" i686-12.2 .0-release-posix-dwarf-rt_v10 -rev0.7z"
10- MINGW_ARCHIVE_64=" x86_64-12.2 .0-release-posix-seh-rt_v10 -rev0.7z"
9+ MINGW_ARCHIVE_32=" i686-14.1 .0-release-posix-dwarf-msvcrt-rt_v12 -rev0.7z"
10+ MINGW_ARCHIVE_64=" x86_64-14.1 .0-release-posix-seh-msvcrt-rt_v12 -rev0.7z"
1111
1212if isWindows && isKnownToBeMingwBuild; then
1313 case " ${CI_JOB_NAME} " in
Original file line number Diff line number Diff line change 11//@ min-lldb-version: 1800
22//@ min-gdb-version: 13.0
33//@ compile-flags:-g
4+ //@ ignore-windows-gnu: #128973
45
56// === GDB TESTS ===================================================================================
67
Original file line number Diff line number Diff line change 33
44//@ compile-flags:-g
55
6+ //@ ignore-windows-gnu: #128973
7+
68// === GDB TESTS ===================================================================================
79
810// gdb-command:run
You can’t perform that action at this time.
0 commit comments