mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
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:
parent
8a709c5e4b
commit
0a281eefb6
2
.github/workflows/run-checker-ci.yml
vendored
2
.github/workflows/run-checker-ci.yml
vendored
@ -13,8 +13,8 @@ jobs:
|
||||
no-ct,
|
||||
no-dtls,
|
||||
no-ec,
|
||||
no-ec2m,
|
||||
no-legacy,
|
||||
no-siv,
|
||||
no-sock,
|
||||
no-srp,
|
||||
no-srtp,
|
||||
|
2
.github/workflows/run-checker-daily.yml
vendored
2
.github/workflows/run-checker-daily.yml
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user