]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
kitchensink test target now needs krb5.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 22 Oct 2021 12:27:41 +0000 (23:27 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 22 Oct 2021 12:27:41 +0000 (23:27 +1100)
.github/setup_ci.sh

index 2d1943c37f4ce65576de10f65dc04e325485f2d4..b603f3f578b34c4c7356c488ff985d18342639aa 100755 (executable)
@@ -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