Skip to content

Commit

Permalink
build: Revert toolchain update partially
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jan 24, 2025
1 parent 236bcf9 commit 9012a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Revision history for GLPI agent

packaging:
* Update Windows MSI packing building process to use:
- gcc 14.2.0posix-12.0.0-msvcrt-r2
- msys2-base 20240507
- liblzma from xz 5.6.4

Expand Down
4 changes: 2 additions & 2 deletions contrib/windows/packaging/ToolchainBuildJob.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use parent 'Exporter';
use constant {
# Toolchain setup
TOOLCHAIN_BASE_URL => 'https://github.com/brechtsanders/winlibs_mingw/releases/download',
TOOLCHAIN_VERSION => '14.2.0posix-19.1.1-12.0.0-msvcrt-r2',
TOOLCHAIN_ARCHIVE => 'winlibs-x86_64-posix-seh-gcc-14.2.0-mingw-w64msvcrt-12.0.0-r2.zip',
TOOLCHAIN_VERSION => '13.3.0posix-11.0.1-msvcrt-r1',
TOOLCHAIN_ARCHIVE => 'winlibs-x86_64-posix-seh-gcc-13.3.0-mingw-w64msvcrt-11.0.1-r1.zip',
};

sub toolchain_build_steps {
Expand Down

0 comments on commit 9012a71

Please sign in to comment.