]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
coveralls.yml: Disable the allocfail-tests
authorTomas Mraz <tomas@openssl.foundation>
Tue, 7 Jul 2026 11:00:56 +0000 (13:00 +0200)
committerTomas Mraz <tomas@openssl.foundation>
Wed, 8 Jul 2026 12:19:57 +0000 (14:19 +0200)
They are failing and thus the coveralls output is not produced.

Reviewed-by: Matt Caswell <matt@openssl.foundation>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
MergeDate: Wed Jul  8 12:20:03 2026
(Merged from https://github.com/openssl/openssl/pull/31878)

.github/workflows/coveralls.yml

index 4c873babc8f96be98bb39f3e046e5ef7abd5069a..2a70b2a1bdcb7b14bf3089cdaaf438baddf2ee46 100644 (file)
@@ -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"