From: Richard Levitte Date: Fri, 18 Dec 2020 14:39:50 +0000 (+0100) Subject: GitHub CI: Separate no-deprecated job from minimal job X-Git-Tag: openssl-3.0.0-alpha10~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3577adddf6bc4f0d9d202621a2c576d982d6f0a;p=thirdparty%2Fopenssl.git GitHub CI: Separate no-deprecated job from minimal job Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/13706) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4793246b5a0..7588bcca669 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,17 @@ jobs: - name: make test run: make test HARNESS_JOBS=${HARNESS_JOBS:-4} + no-deprecated: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: config + run: ./config --strict-warnings no-deprecated && perl configdata.pm --dump + - name: make + run: make -s -j4 + - name: make test + run: make test HARNESS_JOBS=${HARNESS_JOBS:-4} + sanitizers: runs-on: ubuntu-latest steps: diff --git a/Configure b/Configure index 27dafe3d251..064171bbf9b 100755 --- a/Configure +++ b/Configure @@ -540,7 +540,7 @@ our %disabled = ( # "what" => "comment" # Note: => pair form used for aesthetics, not to truly make a hash table my @disable_cascades = ( # "what" => [ "cascade", ... ] - "bulk" => [ "deprecated", "shared", "dso", + "bulk" => [ "shared", "dso", "aria", "async", "autoload-config", "blake2", "bf", "camellia", "cast", "chacha", "cmac", "cms", "cmp", "comp", "ct",