From: Tomas Mraz Date: Wed, 19 May 2021 16:21:44 +0000 (+0200) Subject: Exchange no-siv and no-ec2m between daily and ci workflows X-Git-Tag: openssl-3.0.0-beta1~451 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a281eefb6355d62b2e2a66e425c6966d7f29486;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15355) --- 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,