Skip to content

Commit 160e975

Browse files
committed
build: Use perl 5.38.3 for windows build
Fix msys2-base version in Changes for windows build
1 parent e98b181 commit 160e975

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ esx:
3737

3838
packaging:
3939
* Update Windows packaging to use:
40+
- Perl 5.38.3 built using Perl::Dist::StrawBerry perl library processing
4041
- OpenSSL 3.4.1
41-
- msys2-base 20240507
42+
- msys2-base 20241208
4243
- liblzma from xz 5.6.4
4344
* Update MacOSX packages to use perl 5.40.1 and OpenSSL 3.4.1
4445

contrib/windows/packaging/PerlBuildJob.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use parent 'Exporter';
66
use ToolchainBuildJob;
77

88
use constant {
9-
PERL_VERSION => "5.38.2",
9+
PERL_VERSION => "5.38.3",
1010
PERL_BUILD_STEPS => 9,
1111
};
1212

0 commit comments

Comments
 (0)