From: Darren Tucker Date: Fri, 7 Aug 2020 04:15:11 +0000 (+1000) Subject: Add without-openssl without-zlib test target. X-Git-Tag: V_8_4_P1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=651bb3a31949bbdc3a78b2ede95a77bce0c72984;p=thirdparty%2Fopenssh-portable.git Add without-openssl without-zlib test target. --- diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index 237721ade..e2474ccd7 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 f18f05a8a..6ea16196b 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@v2