Thread: Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson

Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson

From
Nazir Bilal Yavuz
Date:
Hi,

On Tue, 24 Jun 2025 at 02:37, Jacob Champion
<jacob.champion@enterprisedb.com> wrote:
> As a potential follow-up, is there any interest in switching the
> Cirrus Meson setup to explicitly enable the features that we expect to
> test? That would match what we do for Autoconf, I think; it would have
> helped me catch my mistake earlier.

I think this is a good idea. Another point is that CI images and their
packages are updated automatically, so it would be easier to catch if
something breaks when the VM is updated.

-- 
Regards,
Nazir Bilal Yavuz
Microsoft



Re: [PATCH] Fix OAuth feature detection on OpenBSD+Meson

From
Jacob Champion
Date:
On Tue, Jun 24, 2025 at 1:27 AM Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:
> I think this is a good idea. Another point is that CI images and their
> packages are updated automatically, so it would be easier to catch if
> something breaks when the VM is updated.

Yes, that's a great point too. Okay, sounds like there is some
interest, and I'll add it to my list of patchsets to try (but if
anyone wants to beat me to it, please go ahead!).

--Jacob