From: Darren Tucker Date: Tue, 8 Nov 2022 00:03:31 +0000 (+1100) Subject: Add valrind-5 test here too. X-Git-Tag: V_9_2_P1~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b40a7dfcdb8e616155b9504145aa52b271455aa;p=thirdparty%2Fopenssh-portable.git Add valrind-5 test here too. --- diff --git a/.github/configs b/.github/configs index 895635e9f..d3171a83a 100755 --- a/.github/configs +++ b/.github/configs @@ -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"