[openssl] OpenSSL_1_1_1-stable update

patrick.steuer at de.ibm.com patrick.steuer at de.ibm.com
Fri Nov 15 10:20:03 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  f3d32d3cbaf3edaed3c12ff4dbba5d23cb4519d7 (commit)
      from  31c3127a94506700a045d00bfe6333cf1258db07 (commit)


- Log -----------------------------------------------------------------
commit f3d32d3cbaf3edaed3c12ff4dbba5d23cb4519d7
Author: Patrick Steuer <patrick.steuer at de.ibm.com>
Date:   Thu Nov 14 10:34:02 2019 +0100

    travis.yml: add arch s390x target
    
    Signed-off-by: Patrick Steuer <patrick.steuer at de.ibm.com>
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/10446)
    
    (cherry picked from commit 985412f8c14853b9936852bc7ef4d9438db27b88)

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

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

diff --git a/.travis.yml b/.travis.yml
index 67ec1a1d21..455ccd628f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,10 @@ matrix:
           arch: arm64
           compiler: gcc
           env: CONFIG_OPTS="--strict-warnings"
+        - os: linux
+          arch: s390x
+          compiler: gcc
+          env: CONFIG_OPTS="--strict-warnings"
         - os: linux-ppc64le
           sudo: false
           compiler: clang


More information about the openssl-commits mailing list