From 11c7874d0c055450783252e68d97dc1de7151dc3 Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 16 Mar 2021 08:29:35 +1000 Subject: ci: add a no-legacy build Fixes #12091 Reviewed-by: Tomas Mraz Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/14563) --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a2e47cbbd..7adc2ab746 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,6 +124,17 @@ jobs: - name: make test run: make test HARNESS_JOBS=${HARNESS_JOBS:-4} + no-legacy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: config + run: ./config --strict-warnings no-legacy && perl configdata.pm --dump + - name: make + run: make -s -j4 + - name: make test + run: make test HARNESS_JOBS=${HARNESS_JOBS:-4} + legacy: runs-on: ubuntu-latest steps: -- cgit v1.2.3