Exchange no-siv and no-ec2m between daily and ci workflows

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)
This commit is contained in:
Tomas Mraz 2021-05-19 18:21:44 +02:00 committed by Pauli
parent 8a709c5e4b
commit 0a281eefb6
2 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ jobs:
no-ct,
no-dtls,
no-ec,
no-ec2m,
no-legacy,
no-siv,
no-sock,
no-srp,
no-srtp,

View 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,