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

From Andrew Dunstan
Subject Re: `make check` doesn't pass on MacOS Catalina
Date
Msg-id e4ab2f0c-c206-4616-0fa5-a5007eaa5725@dunslane.net
Whole thread Raw
In response to Re: `make check` doesn't pass on MacOS Catalina  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: `make check` doesn't pass on MacOS Catalina  (Gurjeet Singh <gurjeet@singh.im>)
List pgsql-hackers
On 4/20/21 11:02 AM, Tom Lane wrote:
> 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".
>
>             




FYI the buildfarm client has a '--delay-check' option that does exactly
this. It's useful on Alpine Linux as well as MacOS


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_amcheck option to install extension
Next
From: Bruce Momjian
Date:
Subject: Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view?