Re: [PATCH] Add native windows on arm64 support

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Dave Cramer <davecramer(at)postgres(dot)rocks>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Anthony Roberts <anthony(dot)roberts(at)linaro(dot)org>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Mike Holmes <mike(dot)holmes(at)linaro(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Lina Iyer <lina(dot)iyer(at)linaro(dot)org>
Subject: Re: [PATCH] Add native windows on arm64 support
Date: 2024-01-25 21:14:25
Message-ID: dc1b9bc1-c8f8-cd76-6b5f-ab828e354264@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2024-01-25 Th 15:56, Dave Cramer wrote:
>
>
> On Thu, 25 Jan 2024 at 14:31, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>
>
> On 2024-01-25 Th 08:45, Dave Cramer wrote:
>>
>>
>>
>>
>> I tried running my buildfarm using my git repo and my branch, but
>> get the following error
>> Status Line: 492 bad branch parameter
>> Content:
>> bad branch parameter fix_arm
>>
>> Web txn failed with status: 1
>
>
>
> You can't use your own branch with the buildfarm, you need to let
> it set up its own branches.
>
>
> So I guess I have to wait until this patch is merged in ?
>
>

Not quite.

There's a switch that lets you test your own code. If you say
--from-source /path/to/repo  it will run in whatever state the repo is
in. It won't care what branch you are on, and it won't try to update the
repo. It won't report the results to the server, but it will build and
test everything just like in a regular run. (On the "eat your own dog
food" principle I use this mode a lot.) If you use that mode you
probably also want to specify --verbose as well.

cheers

andrew

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2024-01-25 21:17:15 Re: [PATCH] Add native windows on arm64 support
Previous Message reid.thompson 2024-01-25 21:11:17 Re: Remove unused fields in ReorderBufferTupleBuf