ci: Check for missing dependencies in meson builds

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: d15acc915de196df799ba000dd6842bbd4a60339
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2025-04-09T20:01:58Z
Releases: 18.0
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

Files

PathChange+/−
.cirrus.tasks.yml modified +12 −2