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

ci: Add feature to use different meson versions #82

Open
wants to merge 1 commit into
base: meson-upstream-master
Choose a base branch
from

Commits on Jul 21, 2023

  1. ci: Add feature to use different meson versions

    We want to have a branch that uses a specific branch of meson for all
    tasks. Then, we can create a Cirrus cron "job" that tests Postgres
    againts different meson branches.
    
    Set a different meson branch by using `MESON_REPO` and
    `MESON_BRANCH` environment variables. Use a bash script to install
    this specific meson branch and rebase current Postgres branch onto
    Postgres HEAD.
    
    Fixes anarazel#81.
    nbyavuz committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0d9be2f View commit details
    Browse the repository at this point in the history