From: Tomas Mraz Date: Tue, 18 Feb 2025 07:44:40 +0000 (+0100) Subject: CI: ssl-trace is enabled by default X-Git-Tag: openssl-3.5.0-alpha1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20ca6d47433636ff016041bcf25afae5bf8a9ad3;p=thirdparty%2Fopenssl.git CI: ssl-trace is enabled by default Reviewed-by: Neil Horman Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26810) --- diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml index 234f2d93bd1..cc86006f07b 100644 --- a/.github/workflows/run-checker-ci.yml +++ b/.github/workflows/run-checker-ci.yml @@ -32,7 +32,7 @@ jobs: no-http, no-legacy, no-sock, - enable-ssl-trace, + no-ssl-trace, no-stdio, no-threads, no-thread-pool, diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml index 7ecc5c354aa..f31ef6bc9cc 100644 --- a/.github/workflows/run-checker-daily.yml +++ b/.github/workflows/run-checker-daily.yml @@ -115,7 +115,6 @@ jobs: no-ssl, no-ssl3, no-ssl3-method, - no-ssl-trace, no-static-engine no-shared, no-tests, enable-tfo,