Skip to content

Commit 6e60580

Browse files
committed
build: Updated winlibs gcc toolchain for windows build
1 parent 63b9d6f commit 6e60580

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changes

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ packaging:
7676
to run an external command requiring elevated privilege.
7777
So it is far more robust than preivous one.
7878
* Update Windows MSI packing building process to use:
79-
- gcc 13.2.0posix-18.1.1-11.0.1-msvcrt-r6
79+
- gcc 13.2.0posix-18.1.3-11.0.1-msvcrt-r7
8080
- msys2-base 20240113
8181
- zlib 1.3.1
8282
- OpenSSL 3.2.1

contrib/windows/packaging/ToolchainBuildJob.pm

+2-2
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 => '13.2.0posix-18.1.1-11.0.1-msvcrt-r6',
10-
TOOLCHAIN_ARCHIVE => 'winlibs-x86_64-posix-seh-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r6.zip',
9+
TOOLCHAIN_VERSION => '13.2.0posix-18.1.3-11.0.1-msvcrt-r7',
10+
TOOLCHAIN_ARCHIVE => 'winlibs-x86_64-posix-seh-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r7.zip',
1111
};
1212

1313
sub toolchain_build_steps {

0 commit comments

Comments
 (0)