Hello,

currently QuicTLS takes 3m40s
disabling "tests" saves 40sec per build.


cheers,
Ilya
From ab0b26d299c143a69ca32834f5044b498cc602d0 Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <chipits...@gmail.com>
Date: Sat, 15 Oct 2022 09:55:49 +0500
Subject: [PATCH] BUILD: scripts: disable tests build on QuicTLS build

during CI builds QuicTLS is not cached, let us speed it up by
disabling tests build
---
 scripts/build-ssl.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build-ssl.sh b/scripts/build-ssl.sh
index 42eef1902..4360adf34 100755
--- a/scripts/build-ssl.sh
+++ b/scripts/build-ssl.sh
@@ -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
 
-- 
2.37.3

Reply via email to