Re: `make check` doesn't pass on MacOS Catalina - Mailing list pgsql-hackers

From Andres Freund
Subject Re: `make check` doesn't pass on MacOS Catalina
Date
Msg-id 20220806153249.qpdqgpamg7tzmb6x@awork3.anarazel.de
Whole thread Raw
In response to Re: `make check` doesn't pass on MacOS Catalina  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

On 2022-08-06 11:25:09 -0400, Tom Lane wrote:
> (Hmm ... I wonder whether ninja uses the shell ...)

It does, but even if it didn't, we'd use a shell somewhere below perl or
pg_regress :(.

The meson build should still work without disabling SIP, I did the necessary
hackery to set up the rpath equivalent up relatively. So both the real install
target and the tmp_install/ should find libraries within themselves.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: `make check` doesn't pass on MacOS Catalina
Next
From: Paul Guo
Date:
Subject: A cost issue in ORDER BY + LIMIT