From: Milan Broz Date: Tue, 25 Nov 2025 18:47:58 +0000 (+0100) Subject: ci: Remove no longer supported config options X-Git-Tag: 4.0-PRE-CLANG-FORMAT-WEBKIT~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=197ae2f63db8590f055bf56b42b4223b7d2be1f8;p=thirdparty%2Fopenssl.git ci: Remove no longer supported config options Signed-off-by: Milan Broz Reviewed-by: Norbert Pocs Reviewed-by: Saša Nedvědický Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/29305) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc8a9f3f889..d4712c262ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -588,7 +588,7 @@ jobs: - name: checkout fuzz/corpora submodule run: git submodule update --init --depth 1 fuzz/corpora - name: config - run: ./config --strict-warnings --banner=Configured --debug no-afalgeng enable-demos enable-h3demo 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 no-fips && perl configdata.pm --dump + run: ./config --strict-warnings --banner=Configured --debug enable-demos enable-h3demo 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 no-fips && perl configdata.pm --dump - name: make run: make -s -j4 - name: get cpu info @@ -711,7 +711,7 @@ jobs: - name: setup hostname workaround run: sudo hostname localhost - name: config - run: ./config --strict-warnings --banner=Configured --debug no-afalgeng enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-zlib enable-ec_nistp_64_gcc_128 enable-external-tests no-fips && perl configdata.pm --dump + run: ./config --strict-warnings --banner=Configured --debug enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-zlib enable-ec_nistp_64_gcc_128 enable-external-tests no-fips && perl configdata.pm --dump - name: make run: make -s -j4 - uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 5c05e8e2e57..c219577991e 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -68,7 +68,7 @@ jobs: "extra_config": "no-afalgeng enable-fips" }, { "branch": "master", - "extra_config": "no-afalgeng enable-fips enable-tfo enable-lms enable-crypto-mdebug enable-allocfail-tests" + "extra_config": "enable-fips enable-tfo enable-lms enable-crypto-mdebug enable-allocfail-tests" }] EOF ) diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml index d517dacf2fe..9d347b16bfe 100644 --- a/.github/workflows/run-checker-daily.yml +++ b/.github/workflows/run-checker-daily.yml @@ -24,7 +24,6 @@ jobs: matrix: opt: [ 386, - no-afalgeng, no-apps, no-argon2, no-aria, @@ -41,7 +40,6 @@ jobs: no-bulk, no-cached-fetch, no-camellia, - no-capieng, no-cast, no-chacha, no-cmac, @@ -52,7 +50,6 @@ jobs: enable-demos, no-deprecated, no-des, -# enable-devcryptoeng, # Cannot work on Linux no-docs, no-dsa, no-dtls1, @@ -63,7 +60,6 @@ jobs: no-ecdsa, enable-ec_nistp_64_gcc_128, enable-egd, - no-engine, # enable-external-tests, # Requires extra setup enable-fips, enable-fips enable-acvp-tests, @@ -76,7 +72,6 @@ jobs: enable-heartbeats, enable-hqinterop, no-hw, - no-hw-padlock, no-idea, enable-lms, no-makedepend, @@ -87,7 +82,6 @@ jobs: no-multiblock, no-nextprotoneg, no-ocb, - no-padlockeng, no-pic, no-poly1305, no-posix-io, @@ -114,7 +108,7 @@ jobs: enable-ssl3, enable-ssl3-method, enable-sslkeylog, - no-static-engine no-shared, + no-shared, no-tests, enable-tfo, no-tls1, diff --git a/.github/workflows/run-checker-merge.yml b/.github/workflows/run-checker-merge.yml index fd553f54917..1a3a12c3e38 100644 --- a/.github/workflows/run-checker-merge.yml +++ b/.github/workflows/run-checker-merge.yml @@ -20,9 +20,8 @@ jobs: opt: [ enable-asan enable-ubsan no-shared no-asm -DOPENSSL_SMALL_FOOTPRINT -fno-sanitize=function, no-dso, - no-dynamic-engine, no-ec2m enable-fips, - no-engine no-shared, + no-shared, no-err, no-filenames, enable-ubsan no-asm -DOPENSSL_SMALL_FOOTPRINT -fno-sanitize=function,