mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-30 05:32:46 +00:00
Add without-openssl without-zlib test target.
This commit is contained in:
parent
9499f2bb01
commit
651bb3a319
2
.github/setup_ci.sh
vendored
2
.github/setup_ci.sh
vendored
@ -13,7 +13,7 @@ lsb_release -a
|
||||
|
||||
for TARGET in $TARGETS; do
|
||||
case $TARGET in
|
||||
"")
|
||||
""|--without-openssl|--without-zlib)
|
||||
# nothing to do
|
||||
;;
|
||||
"--with-kerberos5")
|
||||
|
1
.github/workflows/c-cpp.yml
vendored
1
.github/workflows/c-cpp.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user