]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
run-checker-daily.yml: Adjust the list of jobs
authorTomas Mraz <tomas@openssl.org>
Wed, 19 Feb 2025 13:49:43 +0000 (14:49 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 21 Feb 2025 11:03:34 +0000 (12:03 +0100)
Some of the disablables are already disabled by default.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/26820)

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

index f31ef6bc9cc2edccf96e5f95bd66b24524673b32..7fb2e8025da09cf70bc9af71794b60db49f5218a 100644 (file)
@@ -45,13 +45,12 @@ jobs:
           no-cmac,
           no-comp,
           enable-crypto-mdebug,
-          no-crypto-mdebug,
           enable-crypto-mdebug-backtrace,
-          no-crypto-mdebug-backtrace,
           no-ct,
+          enable-demos,
           no-deprecated,
           no-des,
-          no-devcryptoeng,
+#          enable-devcryptoeng,  # Cannot work on Linux
           no-docs,
           no-dsa,
           no-dtls1,
@@ -61,26 +60,24 @@ jobs:
           no-ecdh,
           no-ecdsa,
           enable-ec_nistp_64_gcc_128,
-          no-ec_nistp_64_gcc_128,
           enable-egd,
-          no-egd,
           no-engine,
-          no-external-tests,
+#          enable-external-tests,  # Requires extra setup
           enable-fips,
           enable-fips enable-acvp-tests,
           enable-fips no-tls1_3,
           enable-fips no-des no-dsa no-ec2m,
-          no-fuzz-afl,
-          no-fuzz-libfuzzer,
+#          enable-fuzz-afl,        # Requires extra setup
+#          enable-fuzz-libfuzzer,  # Requires extra setup
           no-gost,
+          enable-h3demo,
           enable-heartbeats,
-          no-heartbeats,
+          enable-hqinterop,
           no-hw,
           no-hw-padlock,
           no-idea,
           no-makedepend,
           enable-md2,
-          no-md2,
           no-md4,
           no-mdc2,
           no-msan,
@@ -93,9 +90,7 @@ jobs:
           no-posix-io,
           no-psk,
           no-rc2,
-          no-rc4,
           enable-rc5,
-          no-rc5,
           no-rdrand,
           no-rfc3779,
           no-ripemd,
@@ -113,8 +108,9 @@ jobs:
           no-sock,
           no-sse2,
           no-ssl,
-          no-ssl3,
-          no-ssl3-method,
+          enable-ssl3,
+          enable-ssl3-method,
+          enable-sslkeylog,
           no-static-engine no-shared,
           no-tests,
           enable-tfo,
@@ -123,17 +119,14 @@ jobs:
           no-tls1_1-method,
           no-tls1_2-method,
           no-tls1-method,
-          no-trace,
+          enable-trace,
           no-ubsan,
           no-ui-console,
-          no-unit-test,
           enable-unit-test,
           no-uplink,
           no-weak-ssl-ciphers,
           no-whirlpool,
-          no-zlib,
           enable-zlib-dynamic,
-          no-zlib-dynamic,
           -DOPENSSL_PEDANTIC_ZEROIZATION,
           -DOPENSSL_PEDANTIC_ZEROIZATION enable-fips,
           -DOPENSSL_NO_BUILTIN_OVERFLOW_CHECKING,