Skip to content

Commit 0d91cee

Browse files
committed
build: Use gcc 15.2.0posix-13.0.0-msvcrt-r4 for windows build
1 parent 3438b9b commit 0d91cee

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
@@ -77,7 +77,7 @@ toolbox:
7777
packaging:
7878
* Update Windows packaging to use:
7979
- Perl 5.42.0 built using Perl::Dist::StrawBerry perl library processing
80-
- gcc 15.2.0posix-13.0.0-msvcrt-r3
80+
- gcc 15.2.0posix-13.0.0-msvcrt-r4
8181
- OpenSSL 3.5.4
8282
- liblzma from xz 5.8.1
8383
- 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-r3',
10-
TOOLCHAIN_ARCHIVE => 'winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64msvcrt-13.0.0-r3.zip'
9+
TOOLCHAIN_VERSION => '15.2.0posix-13.0.0-msvcrt-r4',
10+
TOOLCHAIN_ARCHIVE => 'winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64msvcrt-13.0.0-r4.zip'
1111
};
1212

1313
sub toolchain_build_steps {

0 commit comments

Comments
 (0)