summaryrefslogtreecommitdiff
path: root/.github/configs
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-02-18 12:12:21 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-02-18 12:12:21 +1100
commit63bf4f49ed2fdf2da6f97136c9df0c8168546eb3 (patch)
treeda004c9940e6e103f49a9bf9f4a726b6333c4bfa /.github/configs
parentf7fc6a43f1173e8b2c38770bf6cee485a562d03b (diff)
downloadopenssh-git-63bf4f49ed2fdf2da6f97136c9df0c8168546eb3.tar.gz
Add test configs for MUSL C library.
Diffstat (limited to '.github/configs')
-rwxr-xr-x.github/configs6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/configs b/.github/configs
index 8287002b..87f2e46b 100755
--- a/.github/configs
+++ b/.github/configs
@@ -67,6 +67,12 @@ case "$config" in
libedit)
CONFIGFLAGS="--with-libedit"
;;
+ musl)
+ CC="musl-gcc"
+ CONFIGFLAGS="--without-zlib"
+ LIBCRYPTOFLAGS="--without-openssl"
+ TEST_TARGET="t-exec"
+ ;;
pam-krb5)
CONFIGFLAGS="--with-pam --with-kerberos5"
SSHD_CONFOPTS="UsePam yes"