Skip to content

Commit 9012a71

Browse files
committed
build: Revert toolchain update partially
1 parent 236bcf9 commit 9012a71

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Changes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Revision history for GLPI agent
44

55
packaging:
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

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 => '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

1313
sub toolchain_build_steps {

0 commit comments

Comments
 (0)