From: Tomas Mraz Date: Tue, 20 Jul 2021 10:23:24 +0000 (+0200) Subject: Test ktls in non-default options CI build X-Git-Tag: openssl-3.0.0-beta2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9eb45987036314b150fdeed8a8a8a24bfa71687;p=thirdparty%2Fopenssl.git Test ktls in non-default options CI build Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16120) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f9bfbfb8aa..9e89d455a90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,8 +163,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - name: modprobe tls + run: sudo modprobe tls - name: config - run: ./config --banner=Configured --strict-warnings no-ec enable-ssl-trace enable-zlib enable-zlib-dynamic enable-crypto-mdebug enable-crypto-mdebug-backtrace enable-egd enable-fips && perl configdata.pm --dump + run: ./config --banner=Configured --strict-warnings no-ec enable-ssl-trace enable-zlib enable-zlib-dynamic enable-crypto-mdebug enable-crypto-mdebug-backtrace enable-egd enable-ktls enable-fips && perl configdata.pm --dump - name: make run: make -s -j4 - name: make test