pgsql: ci: Use newer LLVM version with gcc, to avoid compiler warnings

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Use newer LLVM version with gcc, to avoid compiler warnings
Date: 2024-07-15 22:07:01
Message-ID: E1sTTqX-001oI0-6i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Use newer LLVM version with gcc, to avoid compiler warnings

gcc emits a warning for LLVM 14 code outside of our control. To avoid that,
update to a newer LLVM version. Do so both in the CompilerWarnings and normal
tasks - the latter don't fail, but the warnings make it more likely that we'd
miss other warnings.

We might want to backpatch this eventually. The higher priority right now is
to unbreak CI though - which is only broken on master, due to 0c3930d0768
interacting badly with c8a6ec206a9 (mea culpa, I should have noticed this
before pushing, but I missed it due to another, independent CI failure).

Discussion: https://postgr.es/m/20240715193754.awdxgrzurxnwwu2t@awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4128453003dc755d94dfd661fb04d741f08e7fc8

Modified Files
--------------
.cirrus.tasks.yml | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2024-07-15 22:29:37 pgsql: Fix bad indentation introduced in 43cd30bcd1c
Previous Message Jeff Davis 2024-07-15 19:12:58 pgsql: Add missing RestrictSearchPath() calls.