Re: Requiring LLVM 14+ in PostgreSQL 18
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>,
Nazir Bilal Yavuz <byavuz81@gmail.com>
Date: 2024-10-01T10:23:41Z
Lists: pgsql-hackers
On 21.08.24 16:00, Peter Eisentraut wrote: > On 17.05.24 00:54, Thomas Munro wrote: >> On Fri, May 17, 2024 at 3:17 AM Nazir Bilal Yavuz <byavuz81@gmail.com> >> wrote: >>> Actually, 32 bit builds are working but the Perl version needs to be >>> updated to 'perl5.36-i386-linux-gnu' in .cirrus.tasks.yml. I changed >>> 0001 with the working version of 32 bit builds [1] and the rest is the >>> same. All tests pass now [2]. >> >> Ahh, right, thanks! I will look at committing your CI/fixup patches. > > The CI images have been updated, so this should be ready to go now. I > gave the remaining two patches a try on CI, and it all looks okay to me. > (needed some gentle rebasing) I have committed the two remaining patches. I'll go nudge any affected buildfarm members to upgrade as needed.
Commits
-
doc: remove llvm-config search from configure documentation
- 0c7ec3b3a03b 17.0 landed
- 4baff5013277 18.0 landed
-
jit: Remove {llvm-config,clang}-N configure probes.
- 4dd29b683334 17.0 landed