Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis: switch to focal distribution for builds #1960

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    139e43c View commit details
    Browse the repository at this point in the history
  2. Travis: add postgresql addons

    As explained by Travis support, this is now required for pgsql builds on
    focal.
    
    https://docs.travis-ci.com/user/database-setup/#using-a-different-postgresql-version
    dregad committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    18ecb73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ec474a View commit details
    Browse the repository at this point in the history
  4. add Postgres specific env vars

    qasim-at-tci authored and dregad committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2cc4e90 View commit details
    Browse the repository at this point in the history
  5. update env var config

    qasim-at-tci authored and dregad committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    396c6c1 View commit details
    Browse the repository at this point in the history
  6. Revert Travis support commits

    dregad committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    dff48da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    671fafb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a0cb07 View commit details
    Browse the repository at this point in the history
  9. Remove postgresql 12 add-on

    dregad committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d4da935 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1dc8e42 View commit details
    Browse the repository at this point in the history
  11. Revert all temp changes

    dregad committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5a974d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    0ae78e5 View commit details
    Browse the repository at this point in the history
  2. Travis: PostgreSQL-specific env vars

    qasim-at-tci authored and dregad committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    8418ea8 View commit details
    Browse the repository at this point in the history
  3. Travis: use $PGUSER for PostgreSQL username

    Starting with focal distribution, Travis changed the PostgreSQL username
    to 'travis' for versions > 10 installed via the addons config (but the
    distribution's default installation still uses 'postgres').
    
    Update the before script to run psql with $PGUSER instead of hardcoded
    'postgres' user.
    dregad committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7695ab8 View commit details
    Browse the repository at this point in the history
  4. DEBUG: print $PGUSER

    dregad committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7f8ffc8 View commit details
    Browse the repository at this point in the history
  5. Travis: add postgresql addons

    As explained by Travis support, this is now required for pgsql builds on
    focal.
    
    https://docs.travis-ci.com/user/database-setup/#using-a-different-postgresql-version
    dregad committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    b44367f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b132dfd View commit details
    Browse the repository at this point in the history
  7. debug db connect

    dregad committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    18d1df4 View commit details
    Browse the repository at this point in the history
  8. Export vars

    dregad committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    45d56e8 View commit details
    Browse the repository at this point in the history
  9. Export take 2

    dregad committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    a4b08ba View commit details
    Browse the repository at this point in the history
  10. Add pg_connect test

    dregad committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    9968631 View commit details
    Browse the repository at this point in the history