meson: ci: ensure tests are built before running them

Meson 1.7 stopped building all the dependencies of tests as part of the
default build target. But it does breaks CI because we only built the default
target before running the test, and ran the tests with --no-rebuild.

The simplest fix would be to remove --no-rebuild from MTEST_ARGS, but it seems
better to explicitly build the test dependencies, so compiler warnings /
errors are visible as part of the build step.

Discussion: 
https://postgr.es/m/CAGECzQSvM3iSDmjF+=kof5an6jn8ubkp_4ckkt9w6gzavmb...@mail.gmail.com
Backpatch: 16-, where meson was added

Branch
------
master

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

Modified Files
--------------
.cirrus.tasks.yml | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)

Reply via email to