mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
e6e465c509
fix #1497 as a side effect of using libpq 15.
20 lines
684 B
Plaintext
20 lines
684 B
Plaintext
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: 15.0
|
|
|
|
|
|
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
|