summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-10-22 23:27:41 +1100
committerDarren Tucker <dtucker@dtucker.net>2021-10-22 23:27:41 +1100
commitd575cf44895104e0fcb0629920fb645207218129 (patch)
tree35d685a25bcdb7e553d0bca7da84f049fb5f1888
parent4ae39cada214e955bcfd3448ff28f0ed18886706 (diff)
kitchensink test target now needs krb5.
-rwxr-xr-x.github/setup_ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 2d1943c3..b603f3f5 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -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