Re: `make check` doesn't pass on MacOS Catalina
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: pgsql-hackers@postgresql.org
Date: 2021-04-20T15:02:03Z
Lists: pgsql-hackers
Aleksander Alekseev <aleksander@timescale.com> writes: > While trying to build PostgreSQL from source (master branch, 95c3a195) on a > MacBook I discovered that `make check` fails: This is the usual symptom of not having disabled SIP :-(. If you don't want to do that, do "make install" before "make check". regards, tom lane