Skip to content

Commit df88c41

Browse files
committed
build: Use gcc 15.2.0posix-13.0.0-msvcrt-r3 for windows packaging
1 parent 1f3a116 commit df88c41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ toolbox:
6767
packaging:
6868
* Update Windows packaging to use:
6969
- Perl 5.42.0 built using Perl::Dist::StrawBerry perl library processing
70-
- gcc 15.2.0posix-13.0.0-msvcrt-r1
70+
- gcc 15.2.0posix-13.0.0-msvcrt-r3
7171
- OpenSSL 3.5.4
7272
- liblzma from xz 5.8.1
7373
- libxml2 2.15.1

contrib/windows/packaging/ToolchainBuildJob.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ use parent 'Exporter';
66
use constant {
77
# Toolchain setup
88
TOOLCHAIN_BASE_URL => 'https://github.com/brechtsanders/winlibs_mingw/releases/download',
9-
TOOLCHAIN_VERSION => '15.2.0posix-13.0.0-msvcrt-r1',
10-
TOOLCHAIN_ARCHIVE => 'winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64msvcrt-13.0.0-r1.zip'
9+
TOOLCHAIN_VERSION => '15.2.0posix-13.0.0-msvcrt-r3',
10+
TOOLCHAIN_ARCHIVE => 'winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64msvcrt-13.0.0-r3.zip'
1111
};
1212

1313
sub toolchain_build_steps {

0 commit comments

Comments
 (0)