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
4
4
5
5
packaging:
6
6
* Update Windows MSI packing building process to use:
7
- - gcc 14.2.0posix-12.0.0-msvcrt-r2
8
7
- msys2-base 20240507
9
8
- liblzma from xz 5.6.4
10
9
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ use parent 'Exporter';
6
6
use constant {
7
7
# Toolchain setup
8
8
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' ,
11
11
};
12
12
13
13
sub toolchain_build_steps {
You can’t perform that action at this time.
0 commit comments