[issue34575] Python 3.6 compilation fails on AppVeyor: libeay.lib was created with an older compiler

Karthikeyan Singaravelan report at bugs.python.org
Wed Sep 5 06:21:08 EDT 2018


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

Ah ok, I thought disabling the cache with APPVEYOR_CACHE_SKIP_RESTORE as true will trigger a successful build and in the end it will store the new set of artifacts from the recent compiler to the cache and then we can toggle the environment variable (APPVEYOR_CACHE_SKIP_RESTORE) so that for the next build artifacts built from old compiler are replaced with the newer ones resembling a cache clear. Sorry I might be wrong here and it's a workaround that I thought will work as in the other CI systems. I will be happy if it's solved through API then with the right credentials.

Thanks

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34575>
_______________________________________


More information about the Python-bugs-list mailing list