]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CI: Add some legacy stuff that we do not test in GitHub CI yet
authorTomas Mraz <tmraz@fedoraproject.org>
Tue, 19 Jan 2021 14:59:22 +0000 (15:59 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 21 Jan 2021 16:10:52 +0000 (17:10 +0100)
There are some options that seem to belong to the legacy build.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13903)

(cherry picked from commit adcaebc3148fe0fde3f7641c4b607f30e1479986)

.github/workflows/ci.yml

index ce40b5104ae874c5368800af835c3cf3cf2aad52..aca73be1a0ae5e705c792c3616388b24833b3623 100644 (file)
@@ -108,7 +108,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - name: config
-        run: ./config -Werror --debug no-afalgeng no-shared enable-crypto-mdebug enable-rc5 enable-md2 && perl configdata.pm --dump
+        run: ./config -Werror --debug no-afalgeng no-shared enable-crypto-mdebug enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-zlib enable-ec_nistp_64_gcc_128 && perl configdata.pm --dump
       - name: make
         run: make -s -j4
       - name: make test