Add valrind-5 test here too.

This commit is contained in:
Darren Tucker 2022-11-08 11:03:31 +11:00
parent 2ea03d1f6d
commit 2b40a7dfcd
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

2
.github/configs vendored
View File

@ -152,7 +152,7 @@ case "$config" in
LIBCRYPTOFLAGS="--without-openssl"
TEST_TARGET=t-exec
;;
valgrind-[1-4]|valgrind-unit)
valgrind-[1-5]|valgrind-unit)
# rlimit sandbox and FORTIFY_SOURCE confuse Valgrind.
CONFIGFLAGS="--without-sandbox --without-hardening"
CONFIGFLAGS="$CONFIGFLAGS --with-cppflags=-D_FORTIFY_SOURCE=0"