]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add valrind-5 test here too.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 8 Nov 2022 00:03:31 +0000 (11:03 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 8 Nov 2022 00:03:31 +0000 (11:03 +1100)
.github/configs

index 895635e9fb3eddc8dceaf5c7e4e54cbd65cdb29e..d3171a83a0d8bf529c9ca8794bbc3c244b00e79a 100755 (executable)
@@ -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"