From: Čestmír Kalina Date: Tue, 27 Sep 2022 21:21:05 +0000 (-0400) Subject: ci: add thread-pool and default-thread-pool X-Git-Tag: openssl-3.2.0-alpha1~1908 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1372197496650c3cb318cade911a3bd6af14adc;p=thirdparty%2Fopenssl.git ci: add thread-pool and default-thread-pool Signed-off-by: Čestmír Kalina Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/12255) --- diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml index 222cffa5b99..ffc4f6f8ff6 100644 --- a/.github/workflows/run-checker-ci.yml +++ b/.github/workflows/run-checker-ci.yml @@ -32,6 +32,8 @@ jobs: enable-ssl-trace, no-tests, no-threads, + no-thread-pool, + no-default-thread-pool, no-tls, no-tls1_2, no-tls1_3,