[openssh-commits] [openssh] 01/01: Add pattern for valgrind-unit.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Apr 8 14:20:35 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit f42b550c281d28bd19e9dd6ce65069164f3482b0
Author: Darren Tucker <dtucker at dtucker.net>
Date: Thu Apr 8 14:20:12 2021 +1000
Add pattern for valgrind-unit.
---
.github/configs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/configs b/.github/configs
index 62dbe879..c47f1a52 100755
--- a/.github/configs
+++ b/.github/configs
@@ -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"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list