Upgrade CI's mingw-w64 toolchain · rust-lang/rust@4ee58db (original) (raw)

3 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ IFS=$'\n\t'
6 6
7 7 source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
8 8
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"
11 11
12 12 if isWindows && isKnownToBeMingwBuild; then
13 13 case "${CI_JOB_NAME}" in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
1 1 //@ min-lldb-version: 1800
2 2 //@ min-gdb-version: 13.0
3 3 //@ compile-flags:-g
4 +//@ ignore-windows-gnu: #128973
4 5
5 6 // === GDB TESTS ===================================================================================
6 7
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@
3 3
4 4 //@ compile-flags:-g
5 5
6 +//@ ignore-windows-gnu: #128973
7 +
6 8 // === GDB TESTS ===================================================================================
7 9
8 10 // gdb-command:run