Re: CI warnings test for 32 bit, and faster headerscheck - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CI warnings test for 32 bit, and faster headerscheck
Date
Msg-id 301304.1727964960@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes:
> Hmm, given that configure uses more time than compiling (assuming 100%
> ccache hits) and is woefully serial, I wonder what ingredients you'd
> need to hash to have bulletproof cache invalidation for a persistent
> configure cache, ie that survives between runs.

The buildfarm uses a simple trick that seems to work remarkably well:
if the animal's previous run failed (for any reason) then blow away
the configure cache.  Maybe that could be adapted here.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alena Rybakina
Date:
Subject: Re: On disable_cost
Next
From: torikoshia
Date:
Subject: Re: Add on_error and log_verbosity options to file_fdw