forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4128453
committed
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 normaltasks - the latter don't fail, but the warnings make it more likely that we'dmiss other warnings.We might want to backpatch this eventually. The higher priority right now isto unbreak CI though - which is only broken on master, due to0c3930dinteracting badly withc8a6ec2 (mea culpa, I should have noticed thisbefore pushing, but I missed it due to another, independent CI failure).Discussion:https://postgr.es/m/20240715193754.awdxgrzurxnwwu2t@awork3.anarazel.de1 parent8e28778 commit4128453
1 file changed
+12
-9
lines changedLines changed: 12 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
| 275 | + | |
| 276 | + | |
275 | 277 |
| |
276 | 278 |
| |
277 | 279 |
| |
| |||
334 | 336 |
| |
335 | 337 |
| |
336 | 338 |
| |
337 |
| - | |
| 339 | + | |
338 | 340 |
| |
339 | 341 |
| |
340 | 342 |
| |
| |||
661 | 663 |
| |
662 | 664 |
| |
663 | 665 |
| |
| 666 | + | |
| 667 | + | |
| 668 | + | |
664 | 669 |
| |
665 | 670 |
| |
666 | 671 |
| |
| |||
696 | 701 |
| |
697 | 702 |
| |
698 | 703 |
| |
699 |
| - | |
| 704 | + | |
700 | 705 |
| |
701 | 706 |
| |
702 | 707 |
| |
| |||
707 | 712 |
| |
708 | 713 |
| |
709 | 714 |
| |
710 |
| - | |
| 715 | + | |
711 | 716 |
| |
712 | 717 |
| |
713 | 718 |
| |
| |||
717 | 722 |
| |
718 | 723 |
| |
719 | 724 |
| |
720 |
| - | |
| 725 | + | |
721 | 726 |
| |
722 | 727 |
| |
723 | 728 |
| |
| |||
729 | 734 |
| |
730 | 735 |
| |
731 | 736 |
| |
732 |
| - | |
| 737 | + | |
733 | 738 |
| |
734 | 739 |
| |
735 | 740 |
| |
| |||
753 | 758 |
| |
754 | 759 |
| |
755 | 760 |
| |
756 |
| - | |
757 |
| - | |
758 |
| - | |
| 761 | + | |
759 | 762 |
| |
760 | 763 |
| |
761 | 764 |
| |
| |||
774 | 777 |
| |
775 | 778 |
| |
776 | 779 |
| |
777 |
| - | |
| 780 | + | |
778 | 781 |
| |
779 | 782 |
| |
780 | 783 |
| |
|
0 commit comments
Comments
(0)