[openssh-commits] [openssh] 02/04: Build OpenSSL with -j4 to speed it up.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Sep 20 16:28:03 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 1659d0ac095608b809fd3173d2c48b7b39d40b02
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sat Sep 20 15:53:04 2025 +1000
Build OpenSSL with -j4 to speed it up.
---
.github/setup_ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 8ed1d1783..ff1de0bca 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -231,7 +231,7 @@ if [ ! -z "${INSTALL_OPENSSL}" ]; then
git checkout ${INSTALL_OPENSSL} &&
./config no-threads shared ${SSLCONFOPTS} \
--prefix=/opt/openssl &&
- make && sudo make install_sw)
+ make -j4 && sudo make install_sw)
fi
if [ ! -z "${INSTALL_LIBRESSL}" ]; then
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list