]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CI: ssl-trace is enabled by default
authorTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 07:44:40 +0000 (08:44 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 20 Feb 2025 09:48:54 +0000 (10:48 +0100)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26810)

.github/workflows/run-checker-ci.yml
.github/workflows/run-checker-daily.yml

index 234f2d93bd1dd8e7714c0c454d596d30f1112ec0..cc86006f07bbaf9259eee7ad8fb0d24c0495980c 100644 (file)
@@ -32,7 +32,7 @@ jobs:
           no-http,
           no-legacy,
           no-sock,
-          enable-ssl-trace,
+          no-ssl-trace,
           no-stdio,
           no-threads,
           no-thread-pool,
index 7ecc5c354aa8b87b424f135965924510eb768790..f31ef6bc9cc2edccf96e5f95bd66b24524673b32 100644 (file)
@@ -115,7 +115,6 @@ jobs:
           no-ssl,
           no-ssl3,
           no-ssl3-method,
-          no-ssl-trace,
           no-static-engine no-shared,
           no-tests,
           enable-tfo,