From 702a1fa0467b3394abafcdf9841d3930affe1fe2 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 12 Dec 2023 13:52:56 +0000 Subject: [PATCH] drop! Add a daily test for an alternative value for SSL3_ALIGN_PAYLOAD --- .github/workflows/run-checker-daily.yml | 115 +----------------------- 1 file changed, 1 insertion(+), 114 deletions(-) diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml index eda5005f68f9e..f589e4efff468 100644 --- a/.github/workflows/run-checker-daily.yml +++ b/.github/workflows/run-checker-daily.yml @@ -8,9 +8,7 @@ name: Run-checker daily # Jobs run daily -on: - schedule: - - cron: '0 6 * * *' +on: [pull_request] permissions: contents: read @@ -20,117 +18,6 @@ jobs: fail-fast: false matrix: opt: [ - 386, - no-afalgeng, - no-apps, - no-aria, - no-asan, - no-asm, - no-async, - no-autoalginit, - no-autoerrinit, - no-autoload-config, - no-bf, - no-blake2, - no-buildtest-c++, - no-bulk, - no-cached-fetch, - no-camellia, - no-capieng, - no-cast, - no-chacha, - no-cmac, - no-comp, - enable-crypto-mdebug, - no-crypto-mdebug, - enable-crypto-mdebug-backtrace, - no-crypto-mdebug-backtrace, - no-deprecated, - no-des, - no-devcryptoeng, - no-docs, - no-dsa, - no-dtls1, - no-dtls1_2, - no-dtls1_2-method, - no-dtls1-method, - 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-fips, - enable-fips enable-acvp-tests, - enable-fips no-tls1_3, - no-fuzz-afl, - no-fuzz-libfuzzer, - no-gost, - enable-heartbeats, - no-heartbeats, - no-hw, - no-hw-padlock, - no-idea, - no-makedepend, - enable-md2, - no-md2, - no-md4, - no-mdc2, - no-msan, - no-multiblock, - no-nextprotoneg, - no-ocb, - no-padlockeng, - no-pic, - no-poly1305, - no-posix-io, - no-psk, - no-rc2, - no-rc4, - enable-rc5, - no-rc5, - no-rdrand, - no-rfc3779, - no-ripemd, - no-rmd160, - no-scrypt, - no-secure-memory, - no-seed, - no-shared, - no-siphash, - no-siv, - no-sm2, - no-sm2-precomp, - no-sm3, - no-sm4, - no-sock, - no-sse2, - no-ssl, - no-ssl3, - no-ssl3-method, - no-ssl-trace, - no-static-engine no-shared, - no-tests, - enable-tfo, - no-tls1, - no-tls1_1, - no-tls1_1-method, - no-tls1_2-method, - no-tls1-method, - no-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_NO_BUILTIN_OVERFLOW_CHECKING, -DSSL3_ALIGN_PAYLOAD=4 ] runs-on: ubuntu-latest