On Fri, Aug 8, 2025 at 9:42 AM Tom Lane <t...@sss.pgh.pa.us> wrote: > At least on sifaka, oauth_tests should not be getting built at all, > because it doesn't use --with-libcurl nor have access to that library. > The link failure is unsurprising given that you're trying to build it > anyway.
src/interfaces/libpq-oauth/Makefile is supposed to be skipped if with_libcurl isn't there, though? Otherwise we'd fail to build the `all` target, too. Is the buildfarm client trying to build that directory explicitly? --Jacob