ci: Check for missing dependencies in meson builds
authorTomas Vondra <tomas.vondra@postgresql.org>
Wed, 9 Apr 2025 17:34:27 +0000 (19:34 +0200)
committerTomas Vondra <tomas.vondra@postgresql.org>
Wed, 9 Apr 2025 20:01:58 +0000 (22:01 +0200)
commitd15acc915de196df799ba000dd6842bbd4a60339
treef7785f729419e89dbc6b9c32940a6527256bae47
parent3887d0cfeb3315bc4c6219bd2eb90e89cf487fa8
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@anarazel.de>
https://postgr.es/m/CALdSSPi5fj0a7UG7Fmw2cUD1uWuckU_e8dJ+6x-bJEokcSXzqA@mail.gmail.com
.cirrus.tasks.yml