From: Tomas Mraz Date: Mon, 29 Jul 2024 17:23:33 +0000 (+0200) Subject: Add enable-weak-ssl-ciphers to full_featured CI job X-Git-Tag: openssl-3.4.0-alpha1~248 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bc097d80ab834a3f83c1404f8fbdfebbf648c51;p=thirdparty%2Fopenssl.git Add enable-weak-ssl-ciphers to full_featured CI job Reviewed-by: Neil Horman Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/25028) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 253042f5001..da2dbaa3ef1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -409,7 +409,7 @@ jobs: - name: install extra config support run: sudo apt-get -y install libsctp-dev abigail-tools libzstd-dev zstd - name: config - run: ./config --banner=Configured --strict-warnings enable-demos enable-h3demo enable-ktls enable-fips enable-egd enable-ec_nistp_64_gcc_128 enable-md2 enable-rc5 enable-sctp enable-ssl3 enable-ssl3-method enable-trace enable-zlib enable-zstd && perl configdata.pm --dump + run: ./config --banner=Configured --strict-warnings enable-demos enable-h3demo enable-ktls enable-fips enable-egd enable-ec_nistp_64_gcc_128 enable-md2 enable-rc5 enable-sctp enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-trace enable-zlib enable-zstd && perl configdata.pm --dump - name: make run: make -s -j4 - name: get cpu info