From 6a91c191b509a3b4c657b109e48e287e3b59894c Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sat, 29 Sep 2018 18:21:21 +0200 Subject: CI/AppVeyor: Escape from DLL hell Turns out AppVeyor build servers have incompatible versions of the OpenSLL libraries in C:\Windows\system32 --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index a2a8ad773..e6599e654 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,6 +12,7 @@ install: git submodule update --init --recursive build_script: + - del C:\Windows\system32\libssl-*.dll C:\Windows\system32\libcrypto-*.dll - C:\msys64\usr\bin\pacman -Syuu %PACMAN_OPTIONS% - C:\msys64\usr\bin\bash --login -c "$(cygpath ${APPVEYOR_BUILD_FOLDER})/buildtools/appveyor.sh" -- cgit v1.2.3