[issue34575] Python 3.6 compilation fails on AppVeyor: libeay.lib was created with an older compiler
STINNER Victor
report at bugs.python.org
Wed Sep 5 06:03:41 EDT 2018
STINNER Victor <vstinner at redhat.com> added the comment:
> APPVEYOR_CACHE_SKIP_RESTORE - set to true to disable cache restore
> APPVEYOR_CACHE_SKIP_SAVE - set to true to disable cache update
I see these as well, but it would only be a temporary solution and may make build much slower, whereas AppVeyor is already a bottleneck in our workflow. AppVeyor only give us two jobs in parallel which take 10-30 min, whereas it's common that we have much more new pull requests per hour.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34575>
_______________________________________
More information about the Python-bugs-list
mailing list