aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-10 09:49:02 -0400
committerNick Mathewson <nickm@torproject.org>2018-10-10 10:22:08 -0400
commit1b57bbba02de14a52e161295270052ab7f5bee47 (patch)
treee90b092645a9d9c03a18182c1a2ed5a043d81df0 /.appveyor.yml
parentc6d2990a737957df7dd0e6ee8cf899167816306e (diff)
downloadtor-1b57bbba02de14a52e161295270052ab7f5bee47.tar.gz
tor-1b57bbba02de14a52e161295270052ab7f5bee47.zip
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.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index f56d8d6cb3..7d8927ee35 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: >-