From: Tomas Mraz Date: Tue, 7 Jul 2026 11:00:56 +0000 (+0200) Subject: coveralls.yml: Disable the allocfail-tests X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=801d7011965299e3674dc4cf2be377cebd4a8f96;p=thirdparty%2Fopenssl.git coveralls.yml: Disable the allocfail-tests They are failing and thus the coveralls output is not produced. Reviewed-by: Matt Caswell Reviewed-by: Nikola Pajkovsky MergeDate: Wed Jul 8 12:20:03 2026 (Merged from https://github.com/openssl/openssl/pull/31878) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 4c873babc8f..2a70b2a1bdc 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -47,10 +47,10 @@ jobs: MATRIX=$(cat << EOF [{ "branch": "master", - "extra_config": "enable-fips enable-tfo enable-lms enable-crypto-mdebug enable-allocfail-tests" + "extra_config": "enable-fips enable-tfo enable-lms enable-crypto-mdebug" }, { "branch": "openssl-4.0", - "extra_config": "enable-fips enable-tfo enable-lms enable-crypto-mdebug enable-allocfail-tests" + "extra_config": "enable-fips enable-tfo enable-lms enable-crypto-mdebug" },{ "branch": "openssl-3.6", "extra_config": "no-afalgeng enable-fips enable-tfo enable-lms"