Re: Mingw task for Cirrus CI

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Melih Mutlu <m(dot)melihmutlu(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Mingw task for Cirrus CI
Date: 2022-04-07 19:42:13
Message-ID: f7728e5f-340d-a4f4-0bf5-ef9fb0d42b80@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 4/6/22 12:34, Andres Freund wrote:
> Hi,
>
> On 2022-04-06 11:03:37 -0400, Andrew Dunstan wrote:
>> On 3/30/22 20:26, Andres Freund wrote:
>>> Could you try using dash to invoke configure here, and whether it makes configure faster?
>> I got weird failures re libxml/parser.h when I tried with dash.
> Hm. Hadn't enabled that when I tried...
>
>
>> See <https://cirrus-ci.com/task/5963254039052288> (It would be nice if we
>> could see config.log on failure.)
> All *.log files are preserved on failure. There's a file directory brower at
> the top to navigate around:
> https://api.cirrus-ci.com/v1/artifact/task/5963254039052288/log/build/config.log

Thanks.

I got it working with this added to the config settings:

--with-includes='/ucrt64/include/libxml2 /c/cirrus/src/include/port/win32'

I conclude tentatively that while bash translates widows paths to msys
paths, dash does not.

see https://cirrus-ci.com/task/5968968560148480?logs=configure#L1

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2022-04-07 19:46:32 Re: Preventing indirection for IndexPageGetOpaque for known-size page special areas
Previous Message Robert Haas 2022-04-07 19:37:02 Re: Preventing indirection for IndexPageGetOpaque for known-size page special areas