mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
Test all available clang and gcc versions.
This commit is contained in:
parent
4fb49899d7
commit
360fb41ef8
3
.github/configs
vendored
3
.github/configs
vendored
@ -28,6 +28,9 @@ case "$config" in
|
|||||||
CONFIGFLAGS="--without-openssl --without-zlib"
|
CONFIGFLAGS="--without-openssl --without-zlib"
|
||||||
TEST_TARGET=t-exec
|
TEST_TARGET=t-exec
|
||||||
;;
|
;;
|
||||||
|
clang*|gcc*)
|
||||||
|
CC="$config"
|
||||||
|
;;
|
||||||
kitchensink)
|
kitchensink)
|
||||||
CONFIGFLAGS="--with-kerberos5 --with-libedit --with-pam"
|
CONFIGFLAGS="--with-kerberos5 --with-libedit --with-pam"
|
||||||
CONFIGFLAGS="${CONFIGFLAGS} --with-security-key-builtin --with-selinux"
|
CONFIGFLAGS="${CONFIGFLAGS} --with-security-key-builtin --with-selinux"
|
||||||
|
3
.github/setup_ci.sh
vendored
3
.github/setup_ci.sh
vendored
@ -28,6 +28,9 @@ for TARGET in $TARGETS; do
|
|||||||
default|without-openssl|without-zlib|c89)
|
default|without-openssl|without-zlib|c89)
|
||||||
# nothing to do
|
# nothing to do
|
||||||
;;
|
;;
|
||||||
|
clang-*|gcc-*)
|
||||||
|
PACKAGES="$PACKAGES $TARGET"
|
||||||
|
;;
|
||||||
kerberos5)
|
kerberos5)
|
||||||
PACKAGES="$PACKAGES heimdal-dev"
|
PACKAGES="$PACKAGES heimdal-dev"
|
||||||
#PACKAGES="$PACKAGES libkrb5-dev"
|
#PACKAGES="$PACKAGES libkrb5-dev"
|
||||||
|
10
.github/workflows/c-cpp.yml
vendored
10
.github/workflows/c-cpp.yml
vendored
@ -24,6 +24,16 @@ jobs:
|
|||||||
- { os: ubuntu-20.04, configs: valgrind-4 }
|
- { os: ubuntu-20.04, configs: valgrind-4 }
|
||||||
- { os: ubuntu-20.04, configs: valgrind-unit }
|
- { os: ubuntu-20.04, configs: valgrind-unit }
|
||||||
- { os: ubuntu-20.04, configs: c89 }
|
- { os: ubuntu-20.04, configs: c89 }
|
||||||
|
- { os: ubuntu-20.04, configs: clang-6.0 }
|
||||||
|
- { os: ubuntu-20.04, configs: clang-8 }
|
||||||
|
- { os: ubuntu-20.04, configs: clang-9 }
|
||||||
|
- { os: ubuntu-20.04, configs: clang-10 }
|
||||||
|
- { os: ubuntu-20.04, configs: clang-11 }
|
||||||
|
- { os: ubuntu-20.04, configs: clang-12 }
|
||||||
|
- { os: ubuntu-20.04, configs: gcc-7 }
|
||||||
|
- { os: ubuntu-20.04, configs: gcc-8 }
|
||||||
|
- { os: ubuntu-20.04, configs: gcc-10 }
|
||||||
|
- { os: ubuntu-20.04, configs: gcc-11 }
|
||||||
- { os: ubuntu-20.04, configs: pam }
|
- { os: ubuntu-20.04, configs: pam }
|
||||||
- { os: ubuntu-20.04, configs: kitchensink }
|
- { os: ubuntu-20.04, configs: kitchensink }
|
||||||
- { os: ubuntu-20.04, configs: hardenedmalloc }
|
- { os: ubuntu-20.04, configs: hardenedmalloc }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user