Re: RFR: 8279315: Add Git support to update_copyright_year.sh script [v2]

2022-01-23 Thread Dmitry Kulikov
On Tue, 18 Jan 2022 14:07:53 GMT, Erik Joelsson wrote: >> Dmitry Kulikov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Add VCS auto-detection > > If you need help sponsoring the change, I can do that. You just need to > follow the bot

GHAs and precompiled headers

2022-01-23 Thread Thomas Stüfe
Hi, We generally build without --disable-precompiled-headers in GHAs, which hides errors from missing includes. Since GHAs are very useful to test builds on side platforms, would it not make sense to build without precompiled headers? Or is that too costly? Thanks, Thomas