[openssl] OpenSSL_1_1_1-stable update

Richard Levitte levitte at openssl.org
Thu Oct 3 05:54:32 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  5a604dfd86d0fee4f9abc257b2a81017ecc558d1 (commit)
      from  45ab67614a224bfbe0dd3500f535ef6db43451ef (commit)


- Log -----------------------------------------------------------------
commit 5a604dfd86d0fee4f9abc257b2a81017ecc558d1
Author: Fangming.Fang <fangming.fang at arm.com>
Date:   Sun Sep 29 05:58:19 2019 +0000

    Add arm64 in test matrix on TravisCI.
    
    Change-Id: I5d2b729699cfd8e80c3df17db4a9d2edcbf64454
    
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/10046)
    
    (cherry picked from commit 0399aba7e05ea9bb1a58bd2e1b164f353f6ef1c9)

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

Summary of changes:
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 88b8efc65a..cc0d082b77 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,6 +32,10 @@ env:
 
 matrix:
     include:
+        - os: linux
+          arch: arm64
+          compiler: gcc
+          env: CONFIG_OPTS="--strict-warnings"
         - os: linux-ppc64le
           sudo: false
           compiler: clang


More information about the openssl-commits mailing list