Re: meson: Stop using deprecated way getting path of files
Tristan Partin <tristan@neon.tech>
From: "Tristan Partin" <tristan@neon.tech>
To: "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "Andrew Dunstan" <andrew@dunslane.net>, "Andres Freund"
<andres@anarazel.de>, <pgsql-hackers@postgresql.org>, "Peter Eisentraut"
<peter@eisentraut.org>
Date: 2023-12-01T18:16:38Z
Lists: pgsql-hackers
On Fri Dec 1, 2023 at 12:07 PM CST, Tom Lane wrote: > "Tristan Partin" <tristan@neon.tech> writes: > > On the buildfarm page[0], it would be nice if more than just the > > compiler versions were stated. It would be nice to have all > > build/runtime dependencies listed. > > By and large, we've attempted to address such concerns by extending > the configure script to emit info about versions of things it finds. > So you should look into the configure step's log to see what version > of bison, openssl, etc is in use. Good point. For some reason that slipped my mind. Off into the weeds I go... -- Tristan Partin Neon (https://neon.tech)
Commits
-
meson: Stop using deprecated way getting path of files
- 70516b8fc3ee 16.2 landed
- aa11a9c14902 17.0 landed