Re: CI and test improvements - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: CI and test improvements
Date
Msg-id ZnGNeXbET2EL5zkw@pryzbyj2023
Whole thread Raw
In response to Re: CI and test improvements  (Andres Freund <andres@anarazel.de>)
Responses Re: CI and test improvements
List pgsql-hackers
On Fri, Jun 14, 2024 at 08:34:37AM -0700, Andres Freund wrote:
> Hm. There actually already is the mingw ccache installed. The images for mingw and msvc used to be separate (for
startupperformance when using containers), but we just merged them.  So it might be easiest to just explicitly use the
ccachefrom there
 

> (also an explicit path might be faster).

I don't think the path search is significant; it's fast so long as
there's no choco stub involved.

> Could you check if that's fast?

Yes, it is.

> If not, we can just install the binaries distributed by the project, it's just more work to keep up2date that way. 

I guess you mean a separate line to copy choco's ccache.exe somewhere.

-- 
Justin

Attachment

pgsql-hackers by date:

Previous
From: Pavel Borisov
Date:
Subject: Re: Missing docs for new enable_group_by_reordering GUC
Next
From: Chapman Flack
Date:
Subject: Re: jsonpath: Missing regex_like && starts with Errors?