[openssl-commits] [openssl] OpenSSL_0_9_8-stable update

Richard Levitte levitte at openssl.org
Wed Sep 23 12:55:03 UTC 2015


The branch OpenSSL_0_9_8-stable has been updated
       via  1d587fdd1ee151ae4f529dce1a012f18d61b10bb (commit)
      from  68d53e4f303c0b4926ad109e75ff728db229f497 (commit)


- Log -----------------------------------------------------------------
commit 1d587fdd1ee151ae4f529dce1a012f18d61b10bb
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Sep 23 12:21:19 2015 +0200

    OpenSSL 0.9.8 doesn't have support for mingw64
    
    Remove that option from travis
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>

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

Summary of changes:
 .travis.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c9b1385..871afa0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,6 @@ compiler:
     - clang
     - gcc
     - i686-w64-mingw32-gcc
-    - x86_64-w64-mingw32-gcc
 
 env:
     - CONFIG_OPTS=""
@@ -24,16 +23,11 @@ matrix:
     exclude:
         - os: osx
           compiler: i686-w64-mingw32-gcc
-        - os: osx
-          compiler: x86_64-w64-mingw32-gcc
 
 before_script:
     - if [ "$CC" == i686-w64-mingw32-gcc ]; then
           export CROSS_COMPILE=${CC%%gcc}; unset CC;
           ./Configure mingw $CONFIG_OPTS;
-      elif [ "$CC" == x86_64-w64-mingw32-gcc ]; then
-          export CROSS_COMPILE=${CC%%gcc}; unset CC;
-          ./Configure mingw64 $CONFIG_OPTS;
       else
           ./config $CONFIG_OPTS;
       fi


More information about the openssl-commits mailing list