Skip to content

Commit a89e3f5

Browse files
committed
SP 5.40.2.1
1 parent ba6b24a commit a89e3f5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

devel.utils/_build-5.40.2_local_ucrt.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ set TEST_CORE=-test_core
2121

2222
::set SKIP_MSI_STEP=1
2323
::set SKIP_PDL_STEP=1
24-
%PERLEXE% -Mblib ..\script\perldist_strawberry -job ..\share\64bit-5.40.2.1.pp %TEST_CORE% -beta=2 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org
24+
%PERLEXE% -Mblib ..\script\perldist_strawberry -job ..\share\64bit-5.40.2.1.pp %TEST_CORE% -beta=0 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org
2525

2626

share/64bit-5.40.2.1.pp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,9 @@
307307
{ module=>'Module::Find', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/07-symlinks.t' } }, # https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/67
308308

309309
{ module=>'Config::Any', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/10-branches.t' } }, # https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/73 needed for DBIx::Class
310+
'https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/DBI-1.645.tgz', # https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/242
310311
{ module=>'DBD::SQLite', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/33_non_latin_path.t' } }, # https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/68
311-
qw/ DBI DBD-ODBC DBD-CSV DBD-ADO DBIx-Class DBIx-Simple /,
312+
qw/ DBD-ODBC DBD-CSV DBD-ADO DBIx-Class DBIx-Simple /,
312313
'https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-3.8.0.tar.gz', ###{ module=>'DBD::Pg' },
313314
#{ module=>'DBD::mysql' }, # disable until we sort out more recent mysql (but see https://github.com/StrawberryPerl/Perl-Dist-Strawberry/discussions/157 )
314315
# SKIP DBD::Oracle for 5.36 until we can sort out what files to use
@@ -610,7 +611,9 @@
610611
{ module => 'File::Next', ignore_testfailure => 1 }, #XXX-TODO-5.28 / PREREQ-ONLY
611612
{ module => 'Devel::REPL', ignore_testfailure => 1 },
612613
qw/Lexical::Persistence Astro::FITS::Header /,
613-
{ module => 'Astro::FITS::CFITSIO', ignore_testfailure => 1}, # only needed for createfile test
614+
# disable CFITSIO for now
615+
# { module => 'Alien::zlib', env => {HARNESS_SUBCLASS => 'TAP::Harness::Restricted', HARNESS_SKIP => 't/alien_zlib.t',} }, # needed for Alien::CFITSIO, fails ffi test
616+
# { module => 'Astro::FITS::CFITSIO', ignore_testfailure => 1}, # only needed for createfile test
614617
{ module => 'Inline::C', ignore_testfailure => 1 },
615618
{ module => 'Module::Compile', ignore_testfailure => 1 }, #XXX-TODO-5.28 / PREREQ-ONLY
616619
qw/ Term::ReadKey /, # for perldl

0 commit comments

Comments
 (0)