[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:00:48 EDT 2018


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

One another way will be to set environment variable to skip the cache restore and trigger a build to see if cache is the actual problem. I don't know how configurable environment variables are from the UI to trigger a specific build with the set of environment variable values.

https://www.appveyor.com/docs/build-cache/#skipping-cache-operations-for-specific-build

> Skipping cache operations for specific build

> You can skip cache restore or save stages with the following tweak environment variables:

> APPVEYOR_CACHE_SKIP_RESTORE - set to true to disable cache restore
> APPVEYOR_CACHE_SKIP_SAVE - set to true to disable cache update


Thanks

----------

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


More information about the Python-bugs-list mailing list