Re: issue with meson builds on msys2 - Mailing list pgsql-hackers

From Andres Freund
Subject Re: issue with meson builds on msys2
Date
Msg-id 8BA8E3CC-1C6F-4C6B-ABB4-FFC77CB26B21@anarazel.de
Whole thread Raw
In response to Re: issue with meson builds on msys2  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: issue with meson builds on msys2
List pgsql-hackers
Hi,

On May 17, 2023 2:51:41 PM PDT, Andrew Dunstan <andrew@dunslane.net> wrote:
>
>On 2023-05-16 Tu 17:52, Andres Freund wrote:
>>
>>> I suppose the alternative would be to change the way the buildfarm calls
>>> pg_ctl stop. Do you have a concrete suggestion for that?
>> The easiest fix is to redirect stdin to /dev/null (or some file, if that's
>> easier to do portably) - that should fix the problem entirely, without needing
>> IPC::Run.
>>
>
>Should only be needed for the start command, right?

I think so.

> I can probably just add "< $devnull" to the command. I'll test it out.

Cool.

Andres


--
Sent from my Android device with K-9 Mail. Please excuse my brevity.



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: issue with meson builds on msys2
Next
From: Tom Lane
Date:
Subject: No buildfarm animals are running both typedefs and --with-llvm