From: Bernd Edlinger Date: Fri, 17 Jun 2022 07:30:04 +0000 (+0200) Subject: Add a CI workflow for no-rfc3779 X-Git-Tag: openssl-3.2.0-alpha1~2486 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a09adac311975afcb5ad099b2e1cfc7eb1e72865;p=thirdparty%2Fopenssl.git Add a CI workflow for no-rfc3779 Currently this configurations seem to be failing. Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/18634) --- diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml index 8731e53390b..1fa716f94ab 100644 --- a/.github/workflows/run-checker-ci.yml +++ b/.github/workflows/run-checker-ci.yml @@ -21,6 +21,7 @@ jobs: no-ec, no-ec2m, no-legacy, + no-rfc3779, no-sock, no-srp, no-srtp,