Test ktls in non-default options CI build
authorTomas Mraz <tomas@openssl.org>
Tue, 20 Jul 2021 10:23:24 +0000 (12:23 +0200)
committerPauli <pauli@openssl.org>
Tue, 27 Jul 2021 03:19:20 +0000 (13:19 +1000)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16120)

.github/workflows/ci.yml

index 4f9bfbfb8aa99a33ba4f6f462cac495571da02cc..9e89d455a90a425d699d1cb26bc30fe1691e3aa5 100644 (file)
@@ -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