4 Commits

Author SHA1 Message Date
Ruslan Fomkin
5cc91e34de Add CRON jobs for PG12
Adds several jobs to run on PG12 as they run on all other PG major
versions in CRON builds. Fixes 32-bits jobs.
2020-04-14 23:12:15 +02:00
Matvey Arye
5e10efdff3 Run ABI tests on consistent alpine versions
Previously the compile image for the ABI tests was based on a different
postgres image than the run image (e.g. 10-alpine vs 10.2-alpine). This
created dependency problems between different version of ssl packages
that may be available under different alpine versions.

We fix this by forcing the run image to be based off of the same image
as the compile version.
2019-05-29 20:55:25 -04:00
Rob Kiefer
6c8a9c1b33 Update ABI test Docker image to have OpenSSL dev headers 2018-09-13 10:58:34 -04:00
Matvey Arye
38f8e0c9d0 Add ABI compatibility tests
Test the ABI compatibility of postgres across minor version updates
wrt timescale. Namely, compile the extension on an early minor version
of postgres and test it on the latest snapshot of the major branch.
2018-03-21 10:02:08 -04:00