Re: Heads Up: cirrus-ci is shutting down June 1st

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Heads Up: cirrus-ci is shutting down June 1st
Date: 2026-05-27 23:10:44
Message-ID: CAN4CZFO4usEzFQoYzEywvOgoagW=U4yhpB4Oq-a7bUCR53djHA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello!

I didn't try the workflow on github yet, I only have a few comments
based on the yaml file:

+on:
+ push:
+ branches: [ "*" ]
+

Should this be "**", otherwise we ignore branches with a "/" in it?

+ SANITIZER_FLAGS: -fsanitize=address

is this used anywhere? Seems like it's directly included into CFLAGS/LDFLAGS.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matheus Alcantara 2026-05-27 23:22:47 Re: postgres_fdw: Use COPY to speed up batch inserts
Previous Message Amit Kapila 2026-05-27 23:08:11 Re: Proposal: Conflict log history table for Logical Replication