BUILD: scripts: disable tests build on QuicTLS build
during CI builds QuicTLS is not cached, let us speed it up by disabling tests build. Doing so saves ~40s out of 3m40.
This commit is contained in:
parent
5a5d05c71b
commit
47ddc89879
@ -137,7 +137,7 @@ if [ ! -z ${QUICTLS+x} ]; then
|
||||
download_quictls
|
||||
cd download-cache/quictls
|
||||
|
||||
./config shared ${QUICTLS_EXTRA_ARGS:-} --prefix="${HOME}/opt" --openssldir="${HOME}/opt" --libdir=lib -DPURIFY
|
||||
./config shared no-tests ${QUICTLS_EXTRA_ARGS:-} --prefix="${HOME}/opt" --openssldir="${HOME}/opt" --libdir=lib -DPURIFY
|
||||
make -j$(nproc) build_sw
|
||||
make install_sw
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user