Skip to content

Commit 2d0a211

Browse files
committed
config and build files for 5.38.2.1 32-bit
1 parent 6d7daf4 commit 2d0a211

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

devel.utils/build-5.38_32bit_local.bat

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ set PERL_USE_UNSAFE_INC=1
1212

1313
set SKIP_MSI_STEP=
1414
set SKIP_PDL_STEP=1
15-
perl -Mblib ..\script\perldist_strawberry -job ..\share\32bit-5.38.1.1.pp -notest_core -beta=0 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org
15+
perl -Mblib ..\script\perldist_strawberry -job ..\share\32bit-5.38.2.1.pp -test_core -beta=0 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org
1616

17-
::set SKIP_MSI_STEP=1
18-
::set SKIP_PDL_STEP=1
19-
::perl -Mblib ..\script\perldist_strawberry -job ..\share\32bit-5.38.1.1.pp -notest_core -beta=0 -noperl_64bitint -app_simplename=strawberry-perl-no64 -nointeractive -norestorepoints -wixbin_dir=z:\sw\wix311

share/32bit-5.38.1.1.pp renamed to share/32bit-5.38.2.1.pp

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# <image_dir> is placeholder for c:\strawberry
77

88
{
9-
app_version => '5.38.1.1', #BEWARE: do not use '.0.0' in the last two version digits
9+
app_version => '5.38.2.1', #BEWARE: do not use '.0.0' in the last two version digits
1010
bits => 32,
1111
beta => 0,
1212
app_fullname => 'Strawberry Perl',
@@ -76,7 +76,7 @@
7676
### NEXT STEP ###########################
7777
{
7878
plugin => 'Perl::Dist::Strawberry::Step::InstallPerlCore',
79-
url => 'https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.38.1a.tar.gz',
79+
url => 'https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.38.2.tar.gz',
8080
cf_email => 'strawberry-perl@project', #IMPORTANT: keep 'strawberry-perl' before @
8181
perl_debug => 0, # can be overridden by --perl_debug=N option
8282
perl_64bitint => 1, # ignored on 64bit, can be overridden by --perl_64bitint | --noperl_64bitint option
@@ -192,6 +192,7 @@
192192
plugin => 'Perl::Dist::Strawberry::Step::InstallModules',
193193
modules => [
194194
{ module => 'Win32-File-Object', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/05_links.t' } },
195+
{ module => 'Win32-Clipboard', ignore_testfailure=>1 }, # inconsistent failures of tests 7 & 9
195196
qw/ Win32-ShellQuote Win32::Console Win32::Console::ANSI Win32::Job Win32::ServiceManager Win32::Service Win32::Clipboard /,
196197
{ module=>'<package_url>/kmx/perl-modules-patched/Win32-SerialPort-0.22_patched.tar.gz', skiptest=>1 },
197198
qw/ Sys::Syslog /,
@@ -213,7 +214,11 @@
213214
qw/ IO::All Path::Tiny /,
214215
# https://github.com/kenahoo/Path-Class/issues/55
215216
{ module => 'Path::Class', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/01-basic.t' } },
216-
217+
]
218+
},
219+
{
220+
plugin => 'Perl::Dist::Strawberry::Step::InstallModules',
221+
modules => [
217222
# math related
218223
'Devel::CheckLib', #this used to fail
219224
qw/ Math-Round Math-BigInt-GMP Math-GMP Math-MPFR Math-MPC /,
@@ -239,9 +244,9 @@
239244
qw/ XML-LibXML XML-LibXSLT XML-Parser XML-SAX XML-Simple /,
240245
{ module=>'XML::Twig', ignore_testfailure=>1 }, #XXX-TODO XML-Twig-3.52 fails
241246

242-
# data/text processing
247+
# disable data/text processing
243248
{ module=>'IO::Stringy', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/IO_InnerFile.t' } }, #https://rt.cpan.org/Public/Bug/Display.html?id=103895
244-
qw/ Text-Diff Text-Patch Text::CSV Text::CSV_XS Tie::Array::CSV Excel::Writer::XLSX Spreadsheet::ParseXLSX Spreadsheet::WriteExcel Spreadsheet::ParseExcel /,
249+
# qw/ Text-Diff Text-Patch Text::CSV Text::CSV_XS Tie::Array::CSV Excel::Writer::XLSX Spreadsheet::ParseXLSX Spreadsheet::WriteExcel Spreadsheet::ParseExcel /,
245250

246251
# database stuff
247252
qw/ DBI DBD-ODBC DBD-SQLite DBD-CSV DBD-ADO DBIx-Class DBIx-Simple /,

0 commit comments

Comments
 (0)