CI: ssl: keep the old method for ancient OpenSSL versions
authorWilly Tarreau <w@1wt.eu>
Thu, 17 Jun 2021 13:39:30 +0000 (15:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 17 Jun 2021 13:40:53 +0000 (15:40 +0200)
commitcbc0c232bfd02716a96639de93fe2d70242802aa
tree01a4b7f93362f14ee3f1207dd9b17a0843b03dc2
parentf4b9801f05d319c263f1919d7167f45bcfbb3989
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.
scripts/build-ssl.sh