pgsql: ci: Check for missing dependencies in meson builds

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Check for missing dependencies in meson builds
Date: 2025-04-09 20:24:46
Message-ID: E1u2byY-003Uel-34@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Check for missing dependencies in meson builds

Extends the Linux and Windows meson builds with a check for missing
dependencies by running

ninja -t missingdeps

after the build. This highlights unindended dependencies.

Reviewed-by: Andres Freund <andres(at)anarazel(dot)de>
https://postgr.es/m/CALdSSPi5fj0a7UG7Fmw2cUD1uWuckU_e8dJ+6x-bJEokcSXzqA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d15acc915de196df799ba000dd6842bbd4a60339

Modified Files
--------------
.cirrus.tasks.yml | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robins Tharakan 2025-04-10 00:37:06 Re: pgsql: Use extended stats for precise estimation of bucket size in hash
Previous Message Nathan Bossart 2025-04-09 19:27:28 pgsql: pg_upgrade: Mention that we preserve database OIDs in a comment.