This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients paul.moore, steve.dower, tim.golden, vstinner, xtreak, zach.ware
Date 2018-09-05.10:00:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536141648.77.0.56676864532.issue34575@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-09-05 10:00:48xtreaksetrecipients: + xtreak, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2018-09-05 10:00:48xtreaksetmessageid: <1536141648.77.0.56676864532.issue34575@psf.upfronthosting.co.za>
2018-09-05 10:00:48xtreaklinkissue34575 messages
2018-09-05 10:00:48xtreakcreate