summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-05-19 18:21:44 +0200
committerPauli <pauli@openssl.org>2021-05-21 10:03:07 +1000
commit0a281eefb6355d62b2e2a66e425c6966d7f29486 (patch)
treeb20484d182bec61e41760983d170e17b8fb75da3 /.github
parent8a709c5e4b5a6b91ebf5001a94ed80ab20f05472 (diff)
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)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-checker-ci.yml2
-rw-r--r--.github/workflows/run-checker-daily.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml
index 48ff9c9765..9a34e5d42e 100644
--- a/.github/workflows/run-checker-ci.yml
+++ b/.github/workflows/run-checker-ci.yml
@@ -13,8 +13,8 @@ jobs:
no-ct,
no-dtls,
no-ec,
+ no-ec2m,
no-legacy,
- no-siv,
no-sock,
no-srp,
no-srtp,
diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml
index efe350c254..a85ad2cb71 100644
--- a/.github/workflows/run-checker-daily.yml
+++ b/.github/workflows/run-checker-daily.yml
@@ -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,