SCRIPTS: opentracing: enable parallel builds in build-ot.sh
authorWilly Tarreau <w@1wt.eu>
Thu, 10 Jun 2021 05:35:15 +0000 (07:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Jun 2021 05:35:15 +0000 (07:35 +0200)
commit5ac9a393efef8373d14ba9579b4f815239c53576
treebcc821e438f976a2312b418bc28ab52d3ed01d27
parent9425ed488f4d31db07f0c9b1e8b2f0fb65b18c7b
SCRIPTS: opentracing: enable parallel builds in build-ot.sh

The script didn't make use of parallel builds, which roughly cut the
build time in half with 4 cores. This can help a bit with the CI.
scripts/build-ot.sh