Re: Meson rebuilds and reinstalls autoinc and refint libraries during regression tests.

From: Zharkov Roman <r(dot)zharkov(at)postgrespro(dot)ru>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Meson rebuilds and reinstalls autoinc and refint libraries during regression tests.
Date: 2024-11-22 03:52:18
Message-ID: ef13c60529a94d14d2af040052a31d18@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

On 2024-11-21 22:59, Andres Freund wrote:
> What's the problem with the current approach? It's hard to believe the
> build
> time of these modules is meaningful in any sort of way.

Thank you for your question! There are no real problems except my own
small trouble with checksums of installed binaries, which I have already
fixed.
I just tried to find a way to put these two libraries into the regress
build dir without rebuilding them. It seems to me, using the
"custom_target()" function is a litle bit pretty than calling the
"shared_module()" with hardcoded paths to the libraries sources. But I
don't like additional "copy.py" script and wonder if there is an
acceptable universal method to just copy a file?

Best regards, Roman Zharkov.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2024-11-22 06:08:28 Re: Sample rate added to pg_stat_statements
Previous Message Michael Paquier 2024-11-22 02:52:40 Re: psql: Fix \pset by adding missed xheader_width option to the help