Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Fix Travis-CI #10

Merged
merged 5 commits into from
Feb 1, 2020
Merged

Fix Travis-CI #10

merged 5 commits into from
Feb 1, 2020

Conversation

jholtom-ciena
Copy link

Changes to enable test-suite to complete successfully, and enable fresh release to be made.
Most changes for the fdw-pg image:

  • Replace generic postgres:10 docker image with last specific version using python2.7
  • Fetch and install corresponding postgresql-server-dev-10, postgresql-plpython-10 packages plus dependencies libpq5, and libpq-dev from postgresql.org archives
  • Install libfaketime, and apply settings which will import and apply only when postgres is doing first-time initialisation. (Need a summer date, so that PST/PDT is UTC-7, per the expected outputs for pg_regress)

Small changes for the fdw-neo4j image:

  • Use vanilla 'su', given loss of 'su-exec' now Neo4J no-longer uses Alpine Linux

Holtom, James added 5 commits January 15, 2020 17:40
… using python2.7

Then fetch and install corresponding postgresql-server-dev-10, postgresql-plpython-10 packages plus dependencies libpq5, and libpq-dev from postgresql.org archives
…nly when postgres is doing first-time initialisation.

(Need a summer date, so that PST/PDT is UTC-7, per the expected outputs for pg_regress)
@sim51 sim51 merged commit 3dbff54 into sim51:master Feb 1, 2020
@sim51
Copy link
Owner

sim51 commented Feb 1, 2020

@jholtom-ciena Thanks a lot for your contribution, it's perfect !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants