]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Exchange no-sm2 and no-ssl-trace between on PR and daily jobs
authorTomas Mraz <tomas@openssl.org>
Mon, 28 Jul 2025 09:15:52 +0000 (11:15 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 28 Jul 2025 09:15:52 +0000 (11:15 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28106)

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

index 2690e0d1b5af8bf413578e11a27c49daa1c7f2dd..f2d2d16e595673662e157134ac1564a062b40359 100644 (file)
@@ -32,7 +32,7 @@ jobs:
           no-http,
           no-legacy,
           no-sock,
-          no-ssl-trace,
+          no-sm2,
           no-stdio,
           no-threads,
           no-thread-pool,
index 8a2bf0871380e9d0cafe20e02df4906faa12eba2..239c2c0ab61c595f4ac135886ef063d31a4aeb04 100644 (file)
@@ -102,13 +102,13 @@ jobs:
           no-shared,
           no-siphash,
           no-siv,
-          no-sm2,
           no-sm2-precomp,
           no-sm3,
           no-sm4,
           no-sock,
           no-sse2,
           no-ssl,
+          no-ssl-trace,
           enable-ssl3,
           enable-ssl3-method,
           enable-sslkeylog,