Skip to content

Commit 4ee58db

Browse files
committed
Upgrade CI's mingw-w64 toolchain
1 parent 1a1cc05 commit 4ee58db

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/ci/scripts/install-mingw.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ IFS=$'\n\t'
66

77
source "$(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

1212
if isWindows && isKnownToBeMingwBuild; then
1313
case "${CI_JOB_NAME}" in

tests/debuginfo/by-value-non-immediate-argument.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

tests/debuginfo/method-on-enum.rs

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
//@ compile-flags:-g
55

6+
//@ ignore-windows-gnu: #128973
7+
68
// === GDB TESTS ===================================================================================
79

810
// gdb-command:run

0 commit comments

Comments
 (0)