commit | 60855477b6c500cb242f7164687d3e9db8360f7a | [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 | a1d7601b56030cc8eb34a0a3086027ab309f0486 | |
parent | 3be613436dde765322a0b5967f13b61932717d01 [diff] |
CI: ssl: do not needlessly build the OpenSSL docs 1/4 of the OpenSSL build time is spent building the docs, let's just build the software and not the doc, by replacing the "all" target with "build_sw". With this my build time drops from 1'28 to 1'09. Nothing was done for the other libs, as it's unknown whether they provide specific build targets. (cherry picked from commit f4b9801f05d319c263f1919d7167f45bcfbb3989) Signed-off-by: William Lallemand <wlallemand@haproxy.org>