File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
contrib/windows/packaging Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ Revision history for GLPI agent
44
55packaging:
66* Update Windows MSI packing building process to use:
7- - gcc 14.2.0posix-12.0.0-msvcrt-r2
87 - msys2-base 20240507
98 - liblzma from xz 5.6.4
109
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ use parent 'Exporter';
66use constant {
77 # Toolchain setup
88 TOOLCHAIN_BASE_URL => ' https://github.com/brechtsanders/winlibs_mingw/releases/download' ,
9- TOOLCHAIN_VERSION => ' 14.2 .0posix-19.1 .1-12.0.0- msvcrt-r2 ' ,
10- TOOLCHAIN_ARCHIVE => ' winlibs-x86_64-posix-seh-gcc-14.2 .0-mingw-w64msvcrt-12 .0.0-r2 .zip' ,
9+ TOOLCHAIN_VERSION => ' 13.3 .0posix-11.0 .1-msvcrt-r1 ' ,
10+ TOOLCHAIN_ARCHIVE => ' winlibs-x86_64-posix-seh-gcc-13.3 .0-mingw-w64msvcrt-11 .0.1-r1 .zip' ,
1111};
1212
1313sub toolchain_build_steps {
You can’t perform that action at this time.
0 commit comments