commit | c6f1498405c9d118aa7df67815d6111738c16e28 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 10 07:52:23 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 17 15:05:24 2021 +0200 |
tree | 2bc7587f1021e34ebf98d2b3bd7c36cb9c3eb817 | |
parent | 8727614dc4046e91997ecce421bcb6a5537cac93 [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.