Re: Heads Up: cirrus-ci is shutting down June 1st - Mailing list pgsql-hackers

From David Steele
Subject Re: Heads Up: cirrus-ci is shutting down June 1st
Date
Msg-id 35678580-2db4-4b4f-883a-c4e9bddf501c@pgbackrest.org
Whole thread Raw
In response to Re: Heads Up: cirrus-ci is shutting down June 1st  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Heads Up: cirrus-ci is shutting down June 1st
List pgsql-hackers
On 4/10/26 06:29, Thomas Munro wrote:
> On Fri, Apr 10, 2026 at 8:55 AM Andres Freund <andres@anarazel.de> wrote:
>> 4) CI tests as many operating systems as possible
>>
>>     A lot of system just support linux, plenty support macos, some support
>>     windows. Barely any support anything beyond that.
> 
> Nested virtualisation to the rescue?
> 
> https://github.com/cross-platform-actions/action

I used this to migrate our FreeBSD tests [1] and it worked out OK. The 
only downside is it doesn't look like you can split out steps so all the 
commands end up logged together.

Regards,
-David

[1] 
https://github.com/pgbackrest/pgbackrest/blob/main/.github/workflows/test.yml#L148



pgsql-hackers by date:

Previous
From: lakshmi
Date:
Subject: Re: parallel data loading for pgbench -i
Next
From: "David G. Johnston"
Date:
Subject: Re: Show VIRTUAL keyword for virtual generated columns in pg_dump and psql