Skip to content

Commit

Permalink
build: Use perl 5.38.3 for windows build
Browse files Browse the repository at this point in the history
Fix msys2-base version in Changes for windows build
  • Loading branch information
g-bougard committed Feb 17, 2025
1 parent e98b181 commit 160e975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ esx:

packaging:
* Update Windows packaging to use:
- Perl 5.38.3 built using Perl::Dist::StrawBerry perl library processing
- OpenSSL 3.4.1
- msys2-base 20240507
- msys2-base 20241208
- liblzma from xz 5.6.4
* Update MacOSX packages to use perl 5.40.1 and OpenSSL 3.4.1

Expand Down
2 changes: 1 addition & 1 deletion contrib/windows/packaging/PerlBuildJob.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use parent 'Exporter';
use ToolchainBuildJob;

use constant {
PERL_VERSION => "5.38.2",
PERL_VERSION => "5.38.3",
PERL_BUILD_STEPS => 9,
};

Expand Down

0 comments on commit 160e975

Please sign in to comment.