Re: Adding CI to our tree

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Melanie Plageman <melanieplageman(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Adding CI to our tree
Date: 2021-12-13 22:02:50
Message-ID: 20211213220250.GH17618@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Dec 13, 2021 at 01:12:23PM -0800, Andres Freund wrote:
> Hi,
>
> Attached is an updated version of the CI patches. An example of a test run
> with the attached version of this
> https://cirrus-ci.com/build/6501998521483264

sudo is used exactly twice; maybe it's not needed at all ?

> +task:
> + name: FreeBSD
...
> + sysconfig_script:
> + - sudo sysctl kern.corefile='/tmp/%N.%P.core'

> +task:
> + name: macOS
...
> + core_install_script:
> + - sudo chmod 777 /cores

typos:
binararies
dont't

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2021-12-13 22:18:58 Re: Add client connection check during the execution of the query
Previous Message Mark Dilger 2021-12-13 21:33:58 Re: Granting SET and ALTER SYSTE privileges for GUCs