Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ff4c75e237e9d4f574da4e379bcc20e2604bf79f https://github.com/Perl/perl5/commit/ff4c75e237e9d4f574da4e379bcc20e2604bf79f Author: Tony Cook <t...@develop-help.com> Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths: M .github/workflows/testsuite.yml M pod/perldelta.pod Log Message: ----------- cygwin: workaround DLL load address conflict The DLL load addresses are generated by the linker based on the DLL names, and 5.39.10 we're getting a conflict between cygperl5_41_6.dll and Langinfo.dll. As a workaround, statically link Langinfo into cygperl for CI and mention the problem in perldelta for anyone else who might build perl on cygwin Fixes but should not close #22695 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications