Re: Adding CI to our tree

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: Adding CI to our tree
Date: 2021-11-01 05:57:20
Message-ID: 20211101055720.7mzwtkhzxmorpxth@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Attached is an updated version of the CI patches.

Changes:
- more optional features are enabled on various platforms, including
building with openssl on windows
- added somewhat minimal, README explaining how CI can enabled in a
repository
- some cleanup to the windows crash reporting support. I also moved the
code main.c code changes to after the CI stuff themselves, as it might
be a bit harder to get into a committable shape (at least for me)

Greetings,

Andres Freund

Attachment Content-Type Size
v2-0001-ci-Add-CI-for-FreeBSD-Linux-MacOS-and-Windows-uti.patch text/x-diff 22.1 KB
v2-0002-windows-Improve-crash-assert-exception-handling.patch text/x-diff 2.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2021-11-01 06:06:37 Re: Added schema level support for publication.
Previous Message Peter Eisentraut 2021-11-01 05:53:01 Re: Time to drop plpython2?