summaryrefslogtreecommitdiff
path: root/scripts/build/appveyor.cache_rebuild
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/appveyor.cache_rebuild')
-rw-r--r--scripts/build/appveyor.cache_rebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/scripts/build/appveyor.cache_rebuild b/scripts/build/appveyor.cache_rebuild
new file mode 100644
index 0000000..d4d2ed2
--- /dev/null
+++ b/scripts/build/appveyor.cache_rebuild
@@ -0,0 +1,22 @@
+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.1k
+
+PostgreSQL
+ Version: 13.3
+
+
+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