[openssl-commits] [openssl] master update

Andy Polyakov appro at openssl.org
Mon Jul 23 19:45:22 UTC 2018


The branch master has been updated
       via  275bfc56a6c4efa7e80c8cbb11fda0c3f9be818d (commit)
      from  d8356e1b0f3635f6bd71814272c1d067fc9381bb (commit)


- Log -----------------------------------------------------------------
commit 275bfc56a6c4efa7e80c8cbb11fda0c3f9be818d
Author: Andy Polyakov <appro at openssl.org>
Date:   Sun Jul 22 11:51:38 2018 +0200

    .travis.yml: omit linux-ppc64le target.
    
    Build jobs keep timing out initializing...
    
    Reviewed-by: Kurt Roeckx <kurt at roeckx.be>

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

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

diff --git a/.travis.yml b/.travis.yml
index 51fd563..e9e5aa2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,10 +31,10 @@ env:
 
 matrix:
     include:
-        - os: linux-ppc64le
-          sudo: false
-          compiler: clang
-          env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES"
+        #- os: linux-ppc64le
+        #  sudo: false
+        #  compiler: clang
+        #  env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES"
         - os: linux
           addons:
               apt:


More information about the openssl-commits mailing list