From 612e3e8340436b90d3545ffb16eaaa036ff2446f Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 19 Feb 2025 14:49:43 +0100 Subject: [PATCH] run-checker-daily.yml: Adjust the list of jobs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Some of the disablables are already disabled by default. Reviewed-by: Tim Hudson Reviewed-by: Saša Nedvědický Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/26820) --- .github/workflows/run-checker-daily.yml | 29 ++++++++++--------------- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml index f31ef6bc9cc..7fb2e8025da 100644 --- a/.github/workflows/run-checker-daily.yml +++ b/.github/workflows/run-checker-daily.yml @@ -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, -- 2.47.2