Commit ddccbb6
.github/workflows/test.yml: limit ossl building parallelism
"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 <[email protected]>1 parent 2074172 commit ddccbb6
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
| 511 | + | |
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| |||
0 commit comments