Re: buildfarm + meson

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-03-02T22:06:04Z
Lists: pgsql-hackers
Hi

On 2023-03-02 17:00:47 -0500, Andrew Dunstan wrote:
> 
> On 2023-03-01 We 16:32, Andres Freund wrote:
> > > This is now working
> > > on my MSVC test rig (WS2019, VS2019, Strawberry Perl), including TAP tests.
> > > I do get a whole lot of annoying messages like this:
> > > 
> > > Unknown TAP version. The first line MUST be `TAP version <int>`. Assuming
> > > version 12.
> > The newest minor version has fixed that, it was a misunderstanding about /
> > imprecision in the tap 14 specification.
> > 
> 
> Unfortunately, meson v 1.0.1 appears to be broken on Windows, I had to
> downgrade back to 1.0.0.

Is it possible that you're using a PG checkout from a few days ago? A
hack I used was invalidated by 1.0.1, but I fixed that already.

CI is running with 1.0.1:
https://cirrus-ci.com/task/5806561726038016?logs=configure#L8

Greetings,

Andres Freund



Commits

  1. meson: fix header path of ossp-uuid

  2. meson: Add target for installing test files & improve install_test_files

  3. meson: don't require 'touch' binary, make use of 'cp' optional