mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
Add test configs for MUSL C library.
This commit is contained in:
parent
f7fc6a43f1
commit
63bf4f49ed
6
.github/configs
vendored
6
.github/configs
vendored
@ -67,6 +67,12 @@ case "$config" in
|
|||||||
libedit)
|
libedit)
|
||||||
CONFIGFLAGS="--with-libedit"
|
CONFIGFLAGS="--with-libedit"
|
||||||
;;
|
;;
|
||||||
|
musl)
|
||||||
|
CC="musl-gcc"
|
||||||
|
CONFIGFLAGS="--without-zlib"
|
||||||
|
LIBCRYPTOFLAGS="--without-openssl"
|
||||||
|
TEST_TARGET="t-exec"
|
||||||
|
;;
|
||||||
pam-krb5)
|
pam-krb5)
|
||||||
CONFIGFLAGS="--with-pam --with-kerberos5"
|
CONFIGFLAGS="--with-pam --with-kerberos5"
|
||||||
SSHD_CONFOPTS="UsePam yes"
|
SSHD_CONFOPTS="UsePam yes"
|
||||||
|
3
.github/setup_ci.sh
vendored
3
.github/setup_ci.sh
vendored
@ -57,6 +57,9 @@ for TARGET in $TARGETS; do
|
|||||||
hardenedmalloc)
|
hardenedmalloc)
|
||||||
INSTALL_HARDENED_MALLOC=yes
|
INSTALL_HARDENED_MALLOC=yes
|
||||||
;;
|
;;
|
||||||
|
musl)
|
||||||
|
PACKAGES="$PACKAGES musl-tools"
|
||||||
|
;;
|
||||||
tcmalloc)
|
tcmalloc)
|
||||||
PACKAGES="$PACKAGES libgoogle-perftools-dev"
|
PACKAGES="$PACKAGES libgoogle-perftools-dev"
|
||||||
;;
|
;;
|
||||||
|
1
.github/workflows/c-cpp.yml
vendored
1
.github/workflows/c-cpp.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
|||||||
- { os: ubuntu-20.04, configs: kitchensink }
|
- { os: ubuntu-20.04, configs: kitchensink }
|
||||||
- { os: ubuntu-20.04, configs: hardenedmalloc }
|
- { os: ubuntu-20.04, configs: hardenedmalloc }
|
||||||
- { os: ubuntu-20.04, configs: tcmalloc }
|
- { os: ubuntu-20.04, configs: tcmalloc }
|
||||||
|
- { os: ubuntu-20.04, configs: musl }
|
||||||
- { os: ubuntu-latest, configs: libressl-master }
|
- { os: ubuntu-latest, configs: libressl-master }
|
||||||
- { os: ubuntu-latest, configs: libressl-2.2.9 }
|
- { os: ubuntu-latest, configs: libressl-2.2.9 }
|
||||||
- { os: ubuntu-latest, configs: libressl-2.8.3 }
|
- { os: ubuntu-latest, configs: libressl-2.8.3 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user