summaryrefslogtreecommitdiff
path: root/scripts/build/appveyor.cache_rebuild
blob: fd9a424aba510be4d76d991244c5df8c707862bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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_VERSION: 1.1.1q
- POSTGRES_VERSION: 14.4


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