From a1c139a51c64e4c86a8a62c104ebcda3266a7062 Mon Sep 17 00:00:00 2001 From: Anthony Bilinski Date: Fri, 4 Mar 2022 13:00:26 -0800 Subject: [PATCH] chore(CI): Don't install openssl docs in CI Installing docs takes 2/3rds of the total build time on an NVME SSD, even more on slower storage, and is useless in CI. --- buildscripts/build_openssl_windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/build_openssl_windows.sh b/buildscripts/build_openssl_windows.sh index 315e9555d..1123bcdf7 100755 --- a/buildscripts/build_openssl_windows.sh +++ b/buildscripts/build_openssl_windows.sh @@ -43,4 +43,4 @@ fi --cross-compile-prefix=${PREFIX} make -j $(nproc) -make install +make install_sw