Skip to content

Commit 712f108

Browse files
committed
build: Updated winlibs gcc toolchain for windows build
1 parent 8ddca31 commit 712f108

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
@@ -83,7 +83,7 @@ packaging:
8383
to run an external command requiring elevated privilege.
8484
So it is far more robust than preivous one.
8585
* Update Windows MSI packing building process to use:
86-
- gcc 13.2.0posix-18.1.3-11.0.1-msvcrt-r7
86+
- gcc 13.2.0posix-18.1.5-11.0.1-msvcrt-r8
8787
- msys2-base 20240113
8888
- zlib 1.3.1
8989
- OpenSSL 3.2.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 => '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',
9+
TOOLCHAIN_VERSION => '13.2.0posix-18.1.5-11.0.1-msvcrt-r8',
10+
TOOLCHAIN_ARCHIVE => 'winlibs-x86_64-posix-seh-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r8.zip',
1111
};
1212

1313
sub toolchain_build_steps {

0 commit comments

Comments
 (0)