commit | 3be613436dde765322a0b5967f13b61932717d01 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 10 07:52:23 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Sun Feb 20 15:14:54 2022 +0100 |
tree | 63ccd7c3a44746fd7c7636707da0d4f7c771f514 | |
parent | 6f2c215aec92232cefe8b2e0647030b8863a1523 [diff] |
CI: ssl: enable parallel builds for OpenSSL on Linux Running the "make all" phase on my machine with -j$(nproc) shrinks the build time from 4'52 to 1'28. It will not be that big of a change in the CI since it looks like two CPUs are exposed, but it should still remain a net win. Let's enable it. The install phase obviously remains sequential however. (cherry picked from commit c6f1498405c9d118aa7df67815d6111738c16e28) Signed-off-by: William Lallemand <wlallemand@haproxy.org>