From 0a281eefb6355d62b2e2a66e425c6966d7f29486 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 19 May 2021 18:21:44 +0200 Subject: [PATCH] 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) --- .github/workflows/run-checker-ci.yml | 2 +- .github/workflows/run-checker-daily.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml index 48ff9c97650..9a34e5d42e9 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 efe350c254f..a85ad2cb716 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, -- 2.47.3