From: | Jacob Champion <jchampion(at)timescale(dot)com> |
---|---|
To: | John Naylor <john(dot)naylor(at)enterprisedb(dot)com> |
Cc: | samay sharma <smilingsamay(at)gmail(dot)com>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, pgsql-hackers(at)postgresql(dot)org, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Andres Freund <andres(at)anarazel(dot)de> |
Subject: | Re: Documentation for building with meson |
Date: | 2022-10-27 21:15:32 |
Message-ID: | CAAWbhmitCcFYoMd1es2Tzh=A-bCfKrHwqeh=jaMtZCtWjSW_Xg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Oct 27, 2022 at 1:04 AM John Naylor
<john(dot)naylor(at)enterprisedb(dot)com> wrote:
> This does not work for me in a fresh install until running
>
> meson test --suite setup
>
> In fact, we see in
>
> https://wiki.postgresql.org/wiki/Meson
>
> meson test --suite setup --suite main
(Is there a way to declare a dependency on the setup suite in Meson,
so that we don't have to specify it manually? I was bitten by this
recently; if you make a code change and forget to run setup, it'll
recompile locally but then skip reinstallation, giving false test
results.)
--Jacob
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Munro | 2022-10-27 22:42:27 | Requiring 32 bit atomics |
Previous Message | David Rowley | 2022-10-27 20:26:00 | Re: Have nodeSort.c use datum sorts single-value byref types |