[openssh-commits] [openssh] 01/04: Add without-openssl without-zlib test target.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Aug 7 16:49:07 AEST 2020


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 651bb3a31949bbdc3a78b2ede95a77bce0c72984
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Aug 7 14:15:11 2020 +1000

    Add without-openssl without-zlib test target.
---
 .github/setup_ci.sh         | 2 +-
 .github/workflows/c-cpp.yml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 237721ad..e2474ccd 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -13,7 +13,7 @@ lsb_release -a
 
 for TARGET in $TARGETS; do
     case $TARGET in
-    "")
+    ""|--without-openssl|--without-zlib)
         # nothing to do
         ;;
     "--with-kerberos5")
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index f18f05a8..6ea16196 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -21,6 +21,7 @@ jobs:
         - "--with-security-key-builtin"
         - "--with-selinux"
         - "--with-kerberos5 --with-libedit --with-pam --with-security-key-builtin --with-selinux"
+        - "--without-openssl --without-zlib"
 
     steps:
     - uses: actions/checkout at v2

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list