Re: minimum Meson version
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Jelte Fennema-Nio <postgres@jeltef.nl>, Andres Freund <andres@anarazel.de>
Cc: Greg Sabino Mullane <htamfids@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-06-18T05:38:19Z
Lists: pgsql-hackers
On 17.06.25 23:10, Jelte Fennema-Nio wrote: > I'm not saying we shouldn't support compiling Postgres on these > systems. But having Postgres compile with just the default system > packages seems an unreasonably high bar. People running ancient > systems like this should be comfortable enough with getting some more > recent build dependencies. Recent meson and ninja executables are just > a "pip install" away, even on RHEL8. That's probably ok for developers, but then again, probably no one develops PostgreSQL master on RHEL 8. But production RPM builds need to be done "in system", with the build tools being provided by vendor-supplied RPMs themselves, with all the signatures, attestations, and all that stuff that comes with it nowadays.
Commits
-
meson: Increase minimum version to 0.57.2
- f039c2244110 19 (unreleased) landed
-
meson: Fix meson warning
- 629cc1623168 16.10 landed
- 2499c3490b2f 17.6 landed
- 2c0d8b95080e 18.0 landed