From: Azat Khuzhin Date: Mon, 8 Aug 2016 12:34:57 +0000 (+0300) Subject: appveyor: image already had openssl installed X-Git-Tag: release-2.1.6-beta~15^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4634b85bf29ced73fd814a4c0cd0f98e6f7334c2;p=libevent appveyor: image already had openssl installed Fixes messages like "Version mismatch for openssl: compiled with 1000201f but running with 1000208f" [1]. According to next link: http://help.appveyor.com/discussions/questions/1132-openssl-installation-issues Refs: appveyor/ci#576 [1]: https://ci.appveyor.com/project/azat/libevent/build/2.1.5.95/job/dcy9cfoj3rfo4gdh --- diff --git a/appveyor.yml b/appveyor.yml index 6b04354b..08330fcd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,8 +41,6 @@ init: - 'echo Repo build commit is: %APPVEYOR_REPO_COMMIT%' - 'echo Cygwin root is: %CYG_ROOT%' install: - - appveyor DownloadFile https://strcpy.net/packages/Win32OpenSSL-1_0_2a.exe - - Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes - C:\MinGW\bin\mingw-get install autotools autoconf automake build_script: - ps: | @@ -58,5 +56,3 @@ build_script: cmake --build . ctest --output-on-failure } -cache: - - C:\OpenSSL-Win32