[openssl/openssl] b2f387: ci: fix race condition in parallel Perl 5.10 build
"'Mounir IDRASSI' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: b2f38705af77a209a72478e36ca66731779cb868
https://github.com/openssl/openssl/commit/b2f38705af77a209a72478e36ca66731779cb868
Author: Mounir IDRASSI <[email protected]>
Date: 2026-08-13 (Thu, 13 Aug 2026)
Changed paths:
M .github/workflows/perl-minimal-checker.yml
Log Message:
-----------
ci: fix race condition in parallel Perl 5.10 build
The Perl 5.10 makefile can run multiple configpm recipes concurrently
during a parallel build. They update Config.pm and Config_heavy.pl in
place, so one process may read a partially written Config.pm and fail.
Build this old Perl release serially. Other workflow builds continue
to use all available CPUs.
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Thu Aug 13 11:37:13 2026
(Merged from https://github.com/openssl/openssl/pull/32302)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/0b9dac-b2f387%40github.com.