Re: Documentation for building with meson
Jacob Champion <jchampion@timescale.com>
From: Jacob Champion <jchampion@timescale.com>
To: Andres Freund <andres@anarazel.de>
Cc: John Naylor <john.naylor@enterprisedb.com>,
samay sharma <smilingsamay@gmail.com>, Justin Pryzby <pryzby@telsasoft.com>, pgsql-hackers@postgresql.org, Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Date: 2022-10-28T15:43:57Z
Lists: pgsql-hackers
On Thu, Oct 27, 2022 at 4:03 PM Andres Freund <andres@anarazel.de> wrote: > Tests can have dependencies, and they're correctly built. The problem however > is that, for historical reasons if I understand correctly, dependencies of > tests are automatically included in the default 'all' target. Which means if > you just type in 'ninja', it'd automatically create the test installation - > which is probably not what we want, given that that's not a fast step on some > platforms. And I see that between-suite dependencies were rejected as a feature [1]. Ah well, `--suite setup` is not so bad once you learn it. Thanks! --Jacob [1] https://github.com/mesonbuild/meson/issues/2740
Commits
-
doc: Add installation instructions for building with meson
- 4c72102e1d45 16.0 landed
-
doc: Remove note about disk space from installation instructions
- de867c9c5379 16.0 landed
-
doc: Add missing comma
- 148e0bd4d617 16.0 landed