[openssl] master update

patrick.steuer at de.ibm.com patrick.steuer at de.ibm.com
Fri Nov 15 10:16:52 UTC 2019


The branch master has been updated
       via  985412f8c14853b9936852bc7ef4d9438db27b88 (commit)
      from  e74b5dcf16dfd7c91d9f9a7e69c447f00d778e17 (commit)


- Log -----------------------------------------------------------------
commit 985412f8c14853b9936852bc7ef4d9438db27b88
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)

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

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

diff --git a/.travis.yml b/.travis.yml
index 4b104642ff..a5b66b3dfa 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