From: Eugene Syromiatnikov Date: Mon, 13 Apr 2026 11:55:16 +0000 (+0200) Subject: .github/workflows/coveralls.yml: enable allocafil tests on openssl-4.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba813d1476f9263e799c8de62b529fd3d0b5bfc;p=thirdparty%2Fopenssl.git .github/workflows/coveralls.yml: enable allocafil tests on openssl-4.0 This really should have been done when the branch was added, but better late than never. Signed-off-by: Eugene Syromiatnikov Reviewed-by: Paul Dale Reviewed-by: Nikola Pajkovsky MergeDate: Wed Apr 15 12:30:37 2026 (Merged from https://github.com/openssl/openssl/pull/30785) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 18d6cc90253..6a3aecbc7c8 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -47,7 +47,7 @@ jobs: MATRIX=$(cat << EOF [{ "branch": "openssl-4.0", - "extra_config": "enable-fips enable-tfo enable-lms" + "extra_config": "enable-fips enable-tfo enable-lms enable-crypto-mdebug enable-allocfail-tests" },{ "branch": "openssl-3.6", "extra_config": "no-afalgeng enable-fips enable-tfo enable-lms"