[openssh-commits] [openssh] 02/02: Enable gss-auth tests on Kerberos test configs.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Feb 7 06:59:32 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit b83c0bb5109eb245dd4f06e4af4a960f96a0c193
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sat Feb 7 06:58:59 2026 +1100
Enable gss-auth tests on Kerberos test configs.
---
.github/configs | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/configs b/.github/configs
index 230258f93..7e16a8c9a 100755
--- a/.github/configs
+++ b/.github/configs
@@ -135,6 +135,7 @@ case "$config" in
CONFIGFLAGS="${CONFIGFLAGS} --with-security-key-builtin --with-selinux"
CONFIGFLAGS="${CONFIGFLAGS} --with-linux-memlock-onfault"
CFLAGS="-DSK_DEBUG -DSANDBOX_SECCOMP_FILTER_DEBUG"
+ EXTRA_TESTS="gss-auth"
;;
hardenedmalloc)
CONFIGFLAGS="--with-ldflags=-lhardened_malloc"
@@ -153,6 +154,7 @@ case "$config" in
;;
krb5|heimdal)
CONFIGFLAGS="--with-kerberos5"
+ EXTRA_TESTS="gss-auth"
;;
libedit)
CONFIGFLAGS="--with-libedit"
@@ -166,6 +168,7 @@ case "$config" in
pam-krb5)
CONFIGFLAGS="--with-pam --with-kerberos5"
SSHD_CONFOPTS="UsePam yes"
+ EXTRA_TESTS="gss-auth"
;;
*pam)
CONFIGFLAGS="--with-pam"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list