mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-27 20:42:07 +00:00
Add test against Valgrind.
This commit is contained in:
parent
e6528d91f1
commit
41d232e226
3
.github/configs
vendored
3
.github/configs
vendored
@ -55,6 +55,9 @@ case "$config" in
|
||||
LIBCRYPTOFLAGS="--without-openssl"
|
||||
TEST_TARGET=t-exec
|
||||
;;
|
||||
valgrind)
|
||||
TEST_TARGET=USE_VALGRIND=1
|
||||
;;
|
||||
*)
|
||||
echo "Unknown configuration $config"
|
||||
exit 1
|
||||
|
3
.github/setup_ci.sh
vendored
3
.github/setup_ci.sh
vendored
@ -53,6 +53,9 @@ for TARGET in $TARGETS; do
|
||||
libressl-head)
|
||||
INSTALL_LIBRESSL_HEAD=yes
|
||||
;;
|
||||
valgrind)
|
||||
PACKAGES="$PACKAGES valgrind"
|
||||
;;
|
||||
*) echo "Invalid option '${TARGET}'"
|
||||
exit 1
|
||||
;;
|
||||
|
1
.github/workflows/c-cpp.yml
vendored
1
.github/workflows/c-cpp.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
||||
- { os: ubuntu-20.04, configs: hardenedmalloc }
|
||||
- { os: ubuntu-20.04, configs: libressl-head }
|
||||
- { os: ubuntu-20.04, configs: openssl-head }
|
||||
- { os: ubuntu-20.04, configs: valgrind }
|
||||
- { os: ubuntu-18.04, configs: kerberos5 }
|
||||
- { os: ubuntu-18.04, configs: libedit }
|
||||
- { os: ubuntu-18.04, configs: sk }
|
||||
|
Loading…
Reference in New Issue
Block a user