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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: ci: Use newer LLVM version with gcc, to avoid compiler warnings
Дата
Msg-id E1sTTqX-001oI0-6i@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Add missing RestrictSearchPath() calls.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix bad indentation introduced in 43cd30bcd1c