kitchensink test target now needs krb5.

This commit is contained in:
Darren Tucker 2021-10-22 23:27:41 +11:00
parent 4ae39cada2
commit d575cf4489
1 changed files with 1 additions and 1 deletions

2
.github/setup_ci.sh vendored
View File

@ -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