From: | Justin Pryzby <pryzby(at)telsasoft(dot)com> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Melanie Plageman <melanieplageman(at)gmail(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Daniel Gustafsson <daniel(at)yesql(dot)se> |
Subject: | Re: ccache, MSVC, and meson |
Date: | 2022-05-26 03:40:13 |
Message-ID: | 20220526034012.GX19626@telsasoft.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sun, May 22, 2022 at 06:26:06PM -0500, Justin Pryzby wrote:
> ccache 4.6.1 was released which allows compiling postgres
4.6.1 is now in choco. This is required to use with the current msbuild
process.
> But with the existing build system, it's no faster anyway, I guess due to poor
> use of parallelism.
> https://cirrus-ci.com/task/5972008205811712
Actually, it cuts the msbuild compilation time in half [0] (which is not
impressive, but also not nothing). cache misses are slower, though.
https://cirrus-ci.com/task/5926287305867264
[0] My compiled ccache may have been a non-optimized build...
I don't know how to do make this work for msbuild without naming the binary
something other than ccache. Maybe that's fine, but better done on the OS
image, rather than in the CI config.
From | Date | Subject | |
---|---|---|---|
Next Message | Kyotaro Horiguchi | 2022-05-26 04:00:45 | Re: fix stats_fetch_consistency value in postgresql.conf.sample |
Previous Message | Amit Kapila | 2022-05-26 03:26:32 | Re: bogus: logical replication rows/cols combinations |