Re: CI warnings test for 32 bit, and faster headerscheck

2024-10-03 Thread Tom Lane
Thomas Munro 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 buildfa

CI warnings test for 32 bit, and faster headerscheck

2024-10-02 Thread Thomas Munro
Hi, Today when "adder" choked on a compiler warning, I was annoyed that CI knew about that[1] but didn't turn red because only the CompilerWarnings task fails on warnings and it doesn't test 32 bit. So here's a patch for that. Tom has already fixed that in master, but my branch with this change t