On Tue, Aug 12, 2025 at 3:21 PM Andrew Dunstan <and...@dunslane.net> wrote: > I don't think that's quite going to work. The buildfarm will now get a > "target not found" in the without-curl case, I suspect. I think you'll > need an alternative definition of the check target.
We're still including Makefile.global, so the targets are still there; they just won't add the libpq-oauth specific pieces. So `make check -C src/interfaces/libpq-oauth` still works on my machine. Or have I misunderstood the problem? --Jacob