Skip to content

Commit

Permalink
build: Update windows build toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jun 17, 2024
1 parent 2acb0d6 commit 4ff54e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ injector:
packaging:
* Update Windows MSI packing building process to use:
- gcc 13.3.0posix-11.0.1-msvcrt-r1
- msys2-base 20240507
- OpenSSL 3.3.1
- liblzma from xz 5.6.2
- libxml2 2.13.0
* Update MacOSX packages to use OpenSSL 3.3.1
* fix #619: Get rid of Archive::Extract dependency as upstream module has not been
updated since years and has been removed from RockyLinux 9. The module is not
Expand Down
10 changes: 5 additions & 5 deletions contrib/windows/packaging/ToolchainBuildJob.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ sub toolchain_build_steps {
{
plugin => 'Perl::Dist::Strawberry::Step::Msys2',
name => 'msys2-base',
version => '20240113',
folder => '2024-01-13',
version => '20240507',
folder => '2024-05-07',
url => 'https://github.com/msys2/msys2-installer/releases/download/<folder>/<name>-x86_64-<version>.tar.xz',
dest => 'msys64',
},
Expand Down Expand Up @@ -91,7 +91,7 @@ sub toolchain_build_steps {
{
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
name => 'xz',
version => '5.4.6',
version => '5.6.2',
url => 'https://github.com/tukaani-project/<name>/releases/download/v<version>/<name>-<version>.tar.gz',
skip_if_file => 'bin/liblzma-5__.dll',
skip_test => 1,
Expand Down Expand Up @@ -193,8 +193,8 @@ sub toolchain_build_steps {
{
plugin => 'Perl::Dist::Strawberry::Step::BuildLibrary',
name => 'libxml2',
version => '2.12.7',
url => 'https://download.gnome.org/sources/<name>/2.12/<name>-<version>.tar.xz',
version => '2.13.0',
url => 'https://download.gnome.org/sources/<name>/2.13/<name>-<version>.tar.xz',
skip_if_file => 'bin/libxml2-2__.dll',
skip_test => 1,
configure_help => 1,
Expand Down

0 comments on commit 4ff54e3

Please sign in to comment.