mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
GitHub CI: Separate no-deprecated job from minimal job
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13706)
This commit is contained in:
parent
6ed4022cd1
commit
e3577adddf
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -69,6 +69,17 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
|
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:
|
sanitizers:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -540,7 +540,7 @@ our %disabled = ( # "what" => "comment"
|
|||||||
# Note: => pair form used for aesthetics, not to truly make a hash table
|
# Note: => pair form used for aesthetics, not to truly make a hash table
|
||||||
my @disable_cascades = (
|
my @disable_cascades = (
|
||||||
# "what" => [ "cascade", ... ]
|
# "what" => [ "cascade", ... ]
|
||||||
"bulk" => [ "deprecated", "shared", "dso",
|
"bulk" => [ "shared", "dso",
|
||||||
"aria", "async", "autoload-config",
|
"aria", "async", "autoload-config",
|
||||||
"blake2", "bf", "camellia", "cast", "chacha",
|
"blake2", "bf", "camellia", "cast", "chacha",
|
||||||
"cmac", "cms", "cmp", "comp", "ct",
|
"cmac", "cms", "cmp", "comp", "ct",
|
||||||
|
Loading…
Reference in New Issue
Block a user