Re: Upgrade Debian CI images to Bookworm

From: Andres Freund <andres(at)anarazel(dot)de>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Upgrade Debian CI images to Bookworm
Date: 2024-07-15 16:43:26
Message-ID: 20240715164326.o7366cmgfyz3ah3c@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2024-05-24 10:30:00 -0700, Andres Freund wrote:
> On 2024-05-24 16:17:37 +0200, Peter Eisentraut wrote:
> > I'm not sure what the backpatching expectations of this kind of thing is.
> > The history of this CI setup is relatively short, so this hasn't been
> > stressed too much. I see that we once backpatched the macOS update, but
> > that might have been all.
>
> I've backpatched a few other changes too.
>
>
> > If we start backpatching this kind of thing, then this will grow as a job
> > over time. We'll have 5 or 6 branches to keep up to date, with several
> > operating systems. And once in a while we'll have to make additional
> > changes like this warning fix you mention here. I'm not sure how much we
> > want to take this on. Is there ongoing value in the CI setup in
> > backbranches?
>
> I find it extremely useful to run CI on backbranches before
> batckpatching. Enough so that I've thought about proposing backpatching CI all
> the way.
>
> I don't think it's that much work to fix this kind of thing in the
> backbranches. We don't need to backpatch new tasks or such. Just enough stuff
> to keep e.g. the base image the same - otherwise we end up running CI on
> unsupported distros, which doesn't help anybody.
>
>
> > With these patches, we could do either of the following:
> > 5) We update master, PG16, and PG15, but we hold all of them until the
> > warning in PG15 is fixed.
>
> I think we should apply the fix in <= 15 - IMO it's a correct compiler
> warning, what we do right now is wrong.

I've now applied the guc fix to all branches and the CI changes to 15+.

Thanks Bilal!

Greetings,

Andres

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2024-07-15 17:14:47 Re: gcc 12.1.0 warning
Previous Message Stepan Neretin 2024-07-15 16:42:08 Re: Sort functions with specialized comparators