mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02: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
|
lsb_release -a
|
||||||
|
|
||||||
if [ "${TARGETS}" = "kitchensink" ]; then
|
if [ "${TARGETS}" = "kitchensink" ]; then
|
||||||
TARGETS="kerberos5 libedit pam sk selinux"
|
TARGETS="krb5 libedit pam sk selinux"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for flag in $CONFIGFLAGS; do
|
for flag in $CONFIGFLAGS; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user