Add pattern for valgrind-unit.

This commit is contained in:
Darren Tucker 2021-04-08 14:20:12 +10:00
parent 19e5344627
commit f42b550c28
1 changed files with 1 additions and 1 deletions

2
.github/configs vendored
View File

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