commit | 0412b9d5c77e136332c664da82bed4b16e970ba2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 17 15:39:30 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Sun Feb 20 15:14:54 2022 +0100 |
tree | 657e7ded2c6e68412696d65e3fc58df1aeb25def | |
parent | 60855477b6c500cb242f7164687d3e9db8360f7a [diff] |
CI: ssl: keep the old method for ancient OpenSSL versions I forgot about OpenSSL 1.0.2, which neither supports the build_sw target to build only the software, nor reliably supports parallel builds. Given that we're building 1.0.2 and 3.0.0, let's stay on the safe side and keep 1.x sequential. (cherry picked from commit cbc0c232bfd02716a96639de93fe2d70242802aa) Signed-off-by: William Lallemand <wlallemand@haproxy.org>