Skip to content
Snippets Groups Projects
  • rubicon's avatar
    fe007a2d
    main/perl: upgrade to 5.36.0 · fe007a2d
    rubicon authored and alice's avatar alice committed
    removed zlib-test.patch that has been applied upstream.
    
    also run tests in parallel, this cuts down the time
    required to finish building Perl from 20 to 4
    minutes (on x86_64). Test options are modified from
    Perl's documentation (the "Parallel tests" section
    of `perldoc perlhack`), by using HARNESS_OPTIONS
    instead of TEST_JOBS, as this provides an additional
    check that $JOBS is a number, and handles the case
    when $JOBS is not set, by giving it a default of 9.
    
    a new zlib-no-zsolo.patch has been added that removes
    "-DZ_SOLO" from Compress::Raw::Zlib's Makefile.PL. This
    issue has been reported upstream and will be fixed soon:
    https://github.com/pmqs/Compress-Raw-Zlib/issues/12 .
    Verified
    fe007a2d
    History
    main/perl: upgrade to 5.36.0
    rubicon authored and alice's avatar alice committed
    removed zlib-test.patch that has been applied upstream.
    
    also run tests in parallel, this cuts down the time
    required to finish building Perl from 20 to 4
    minutes (on x86_64). Test options are modified from
    Perl's documentation (the "Parallel tests" section
    of `perldoc perlhack`), by using HARNESS_OPTIONS
    instead of TEST_JOBS, as this provides an additional
    check that $JOBS is a number, and handles the case
    when $JOBS is not set, by giving it a default of 9.
    
    a new zlib-no-zsolo.patch has been added that removes
    "-DZ_SOLO" from Compress::Raw::Zlib's Makefile.PL. This
    issue has been reported upstream and will be fixed soon:
    https://github.com/pmqs/Compress-Raw-Zlib/issues/12 .