]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
.github/workflows/coveralls.yml: move the master branch to the top of the matrix
authorEugene Syromiatnikov <esyr@openssl.org>
Mon, 13 Apr 2026 11:56:17 +0000 (13:56 +0200)
committerNorbert Pocs <norbertp@openssl.org>
Wed, 15 Apr 2026 12:30:15 +0000 (14:30 +0200)
So its config options can be copied into a newly created branch more naturally.

Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
MergeDate: Wed Apr 15 12:30:38 2026
(Merged from https://github.com/openssl/openssl/pull/30785)

.github/workflows/coveralls.yml

index 6a3aecbc7c8be0c28dd4727342211391d9e93f0b..4c873babc8f96be98bb39f3e046e5ef7abd5069a 100644 (file)
@@ -46,6 +46,9 @@ jobs:
           else
           MATRIX=$(cat << EOF
           [{
+              "branch": "master",
+              "extra_config": "enable-fips enable-tfo enable-lms enable-crypto-mdebug enable-allocfail-tests"
+            }, {
               "branch": "openssl-4.0",
               "extra_config": "enable-fips enable-tfo enable-lms enable-crypto-mdebug enable-allocfail-tests"
             },{
@@ -60,9 +63,6 @@ jobs:
             }, {
               "branch": "openssl-3.0",
               "extra_config": "no-afalgeng enable-fips"
-            }, {
-              "branch": "master",
-              "extra_config": "enable-fips enable-tfo enable-lms enable-crypto-mdebug enable-allocfail-tests"
           }]
           EOF
           )