2017-02-16 18:43:11 +03:00
|
|
|
This file is a simple placeholder for forcing the appveyor build cache
|
|
|
|
to invalidate itself since appveyor.yml changes more frequently then
|
|
|
|
the cache needs updating. Note, the versions list here can be
|
|
|
|
different than what is indicated in appveyor.yml.
|
|
|
|
|
|
|
|
To invalidate the cache, update this file and check it into git.
|
|
|
|
|
|
|
|
|
|
|
|
Currently used modules built in the cache:
|
|
|
|
|
|
|
|
OpenSSL
|
2019-10-19 17:10:15 +03:00
|
|
|
Version: 1.1.1d
|
2017-02-16 18:43:11 +03:00
|
|
|
|
|
|
|
PostgreSQL
|
2019-10-19 17:10:15 +03:00
|
|
|
Version: 11.5
|
2017-10-24 13:03:14 +03:00
|
|
|
|
|
|
|
|
|
|
|
NOTE: to zap the cache manually you can also use:
|
|
|
|
|
|
|
|
curl -X DELETE -H "Authorization: Bearer $APPVEYOR_TOKEN" -H "Content-Type: application/json" https://ci.appveyor.com/api/projects/psycopg/psycopg2/buildcache
|
|
|
|
|
|
|
|
with the token from https://ci.appveyor.com/api-token
|