From 50ba20dbcfccafc377414439fa22d29ae96046a5 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Thu, 3 Apr 2025 09:00:45 +0200 Subject: [PATCH] build: build openssl without tests/docs --- .docker/install-static-libs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.docker/install-static-libs.sh b/.docker/install-static-libs.sh index c7b55ead..5b9b691b 100644 --- a/.docker/install-static-libs.sh +++ b/.docker/install-static-libs.sh @@ -180,7 +180,8 @@ for COMPILER in $COMPILERS; do no-autoload-config no-blake2 no-bf no-camellia no-cast no-chacha no-cmac no-cms no-cmp no-comp no-ct no-des \ no-dgram no-dh no-dsa no-ec no-engine no-filenames no-idea no-ktls no-md4 no-multiblock \ no-nextprotoneg no-ocsp no-ocb no-poly1305 no-psk no-rc2 no-rc4 no-seed no-siphash no-siv no-sm3 no-sm4 \ - no-srp no-srtp no-ssl3-method no-ssl-trace no-tfo no-ts no-ui-console no-whirlpool no-fips-securitychecks + no-srp no-srtp no-ssl3-method no-ssl-trace no-tfo no-ts no-ui-console no-whirlpool no-fips-securitychecks \ + no-tests no-docs make -j$(nproc) make install_sw