Re: `make check` doesn't pass on MacOS Catalina
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew@dunslane.net>, Gurjeet Singh <gurjeet@singh.im>, Aleksander Alekseev <aleksander@timescale.com>, pgsql-hackers@postgresql.org
Date: 2022-08-06T15:32:49Z
Lists: 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