Skip to content

Conversation

@esyr
Copy link
Member

@esyr esyr commented Nov 12, 2025

"make -j" leads to unlimited concurrency during execution of the openssl build step, which sometimes leads to failures due to resource exhaustion. Try to avoid that by limiting the number of concurrently executed jobs to 4, similarly to the way it is done elsewhere in the workflow steps (including building openssl on FreeBSD).

"make -j" enables to unlimited concurrency during execution
of the openssl build step, which sometimes leads to failures
due to resource exhaustion. Try to avoid that by limiting
the number of concurrently executed jobs to 4, similarly
to the way it is done elsewhere in the workflow steps
(including building openssl on FreeBSD).

Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
@esyr esyr force-pushed the esyr/test-yml-make-j branch from 51efe36 to d93be06 Compare November 12, 2025 13:22
@esyr esyr requested a review from quarckster November 12, 2025 13:22
@Sashan Sashan merged commit ddccbb6 into openssl:main Nov 18, 2025
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants