[openssl] master update

Dr. Paul Dale pauli at openssl.org
Wed Mar 17 23:03:37 UTC 2021


The branch master has been updated
       via  11c7874d0c055450783252e68d97dc1de7151dc3 (commit)
      from  9a4854405869158bd87ee90345b933815882a24d (commit)


- Log -----------------------------------------------------------------
commit 11c7874d0c055450783252e68d97dc1de7151dc3
Author: Pauli <ppzgs1 at gmail.com>
Date:   Tue Mar 16 08:29:35 2021 +1000

    ci: add a no-legacy build
    
    Fixes #12091
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/14563)

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/ci.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

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 at 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:


More information about the openssl-commits mailing list