On Tue, Sep 27, 2022 at 2:41 PM John Naylor <john.naylor@enterprisedb.com> wrote: > > On Tue, Sep 27, 2022 at 2:06 AM Andres Freund <andres@anarazel.de> wrote: > > > > On 2022-09-26 15:18:29 +0700, John Naylor wrote:
> > Yea, it's /usr/local on x86-64, based on what was required to make macos CI > > work. I updated the wiki page, half-blindly - it'd be nice if you could > > confirm that that works? > > Not sure if you intended for me to try the full script in your last response or just what's in the wiki page, but for the latter (on commit bed0927aeb0c6), it fails at > > [1656/2199] Linking target src/bin/psql/psql > FAILED: src/bin/psql/psql
Per off-list discussion with Andres, the linking failure was caused by some env variables set in my bash profile for the sake of Homebrew. After removing those, the recipe in the wiki worked fine.