Exchange no-siv and no-ec2m between daily and ci workflows
authorTomas Mraz <tomas@openssl.org>
Wed, 19 May 2021 16:21:44 +0000 (18:21 +0200)
committerPauli <pauli@openssl.org>
Fri, 21 May 2021 00:03:07 +0000 (10:03 +1000)
The no-ec2m with ec enabled is much more likely to show
regressions such as #15170 than the no-siv build.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15355)

.github/workflows/run-checker-ci.yml
.github/workflows/run-checker-daily.yml

index 48ff9c97650c0f9c3b60a444d1bf3ac9faa408de..9a34e5d42e942603526aef8f890d989dc486e9c3 100644 (file)
@@ -13,8 +13,8 @@ jobs:
           no-ct,
           no-dtls,
           no-ec,
+          no-ec2m,
           no-legacy,
-          no-siv,
           no-sock,
           no-srp,
           no-srtp,
index efe350c254fbd870d50643d43afdbb1f4610d3e3..a85ad2cb71699d663d3f06cab910bc168bc4561b 100644 (file)
@@ -44,7 +44,6 @@ jobs:
           no-dtls1_2,
           no-dtls1_2-method,
           no-dtls1-method,
-          no-ec2m,
           no-ecdh,
           no-ecdsa,
           enable-ec_nistp_64_gcc_128,
@@ -96,6 +95,7 @@ jobs:
           no-seed,
           no-shared,
           no-siphash,
+          no-siv,
           no-sm2,
           no-sm3,
           no-sm4,