Re: Explicitly enable meson features in CI - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Explicitly enable meson features in CI
Date
Msg-id 53E36F5B-8BF3-4509-93DE-0FDD41D149F1@yesql.se
Whole thread Raw
In response to Explicitly enable meson features in CI  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
List pgsql-hackers
> On 2 Jul 2025, at 09:22, Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:

> Right now, many features are set to auto in Meson builds in CI. This
> means Meson tries to detect these features automatically but does not
> report an error if it fails to find them. Jacob stated [1] that this
> behavior can lead to issues, such as missing problems in the build
> system. Additionally, since CI images are updated automatically, an
> update could cause a feature to go missing without any warning.
> Therefore, Jacob suggested explicitly enabling these features in the
> Meson build configuration. The attached patch implements this change.

Big +1 on this, thanks for tackling it.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Andrei Lepikhov
Date:
Subject: Re: Reduce "Var IS [NOT] NULL" quals during constant folding
Next
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Invalid pointer access in logical decoding after error