[tor-commits] [tor/maint-0.3.4] Appveyor: Don't try to install the mingw openssl package

nickm at torproject.org nickm at torproject.org
Wed Oct 10 18:27:31 UTC 2018


commit 1b57bbba02de14a52e161295270052ab7f5bee47
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Oct 10 09:49:02 2018 -0400

    Appveyor: Don't try to install the mingw openssl package
    
    This package conflicts with a preinstalled mingw openssl.
    
    Fixes bug 27943. I think this was an appveyor change, not a Tor bug.
---
 .appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index f56d8d6cb..7d8927ee3 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -30,7 +30,7 @@ install:
     {
         Execute-Command 'c:\msys64\usr\bin\bash' '-e' '-c' $args
     }
-    Execute-Command "C:\msys64\usr\bin\pacman" -Sy --needed --noconfirm openssl-devel openssl libevent-devel libevent ${env:mingw_prefix}-libevent ${env:mingw_prefix}-openssl ${env:mingw_prefix}-zstd
+    Execute-Command "C:\msys64\usr\bin\pacman" -Sy --needed --noconfirm openssl-devel openssl libevent-devel libevent ${env:mingw_prefix}-libevent ${env:mingw_prefix}-zstd ;
 
 build_script:
 - ps: >-





More information about the tor-commits mailing list