mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-01 06:31:42 +00:00
kitchensink test target now needs krb5.
This commit is contained in:
parent
4ae39cada2
commit
d575cf4489
2
.github/setup_ci.sh
vendored
2
.github/setup_ci.sh
vendored
@ -22,7 +22,7 @@ set -ex
|
||||
lsb_release -a
|
||||
|
||||
if [ "${TARGETS}" = "kitchensink" ]; then
|
||||
TARGETS="kerberos5 libedit pam sk selinux"
|
||||
TARGETS="krb5 libedit pam sk selinux"
|
||||
fi
|
||||
|
||||
for flag in $CONFIGFLAGS; do
|
||||
|
Loading…
Reference in New Issue
Block a user