CI: ssl: do not needlessly build the OpenSSL docs
authorWilly Tarreau <w@1wt.eu>
Thu, 10 Jun 2021 05:52:23 +0000 (07:52 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 17 Jun 2021 13:16:57 +0000 (15:16 +0200)
commitf4b9801f05d319c263f1919d7167f45bcfbb3989
treea5f6cb8976a81b0299fe2c4378eef88f885991ee
parentc6f1498405c9d118aa7df67815d6111738c16e28
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.
scripts/build-ssl.sh