]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Appveyor: Don't try to install the mingw openssl package
authorNick Mathewson <nickm@torproject.org>
Wed, 10 Oct 2018 13:49:02 +0000 (09:49 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 10 Oct 2018 14:22:08 +0000 (10:22 -0400)
This package conflicts with a preinstalled mingw openssl.

Fixes bug 27943. I think this was an appveyor change, not a Tor bug.

.appveyor.yml

index f56d8d6cb3b9532813179bc2199ca3f25d8c9caa..7d8927ee353403ddb8909cf07d8e3fcf15a151fd 100644 (file)
@@ -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: >-