fuzzball-muck/fuzzball

Appveyer Build Failure for Windows

Closed this issue · 1 comments

Appveyer is complaining about OpenSSL. First noticed with this PR:

#657

However the PR had nothing to do with SSL so I believe it is unrelated.

Build failure:

https://ci.appveyor.com/project/fuzzball-muck/fuzzball/builds/40860891

Thank you for pointing this issue out! Turns out two things happened:

  1. Conan renamed the OpenSSL package to openssl, resulting in the first error message.
  2. Conan no longer provides precompiled 32-bit builds of OpenSSL, requiring building from source

I've created a PR to address these here: #660 (if merged, it should automatically close this issue)