Re: [PATCH] Add native windows on arm64 support - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [PATCH] Add native windows on arm64 support
Date
Msg-id dc1b9bc1-c8f8-cd76-6b5f-ab828e354264@dunslane.net
Whole thread Raw
In response to Re: [PATCH] Add native windows on arm64 support  (Dave Cramer <davecramer@postgres.rocks>)
List pgsql-hackers


On 2024-01-25 Th 15:56, Dave Cramer wrote:


On Thu, 25 Jan 2024 at 14:31, Andrew Dunstan <andrew@dunslane.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

pgsql-hackers by date:

Previous
From: reid.thompson@crunchydata.com
Date:
Subject: Re: Remove unused fields in ReorderBufferTupleBuf
Next
From: Dave Cramer
Date:
Subject: Re: [PATCH] Add native windows on arm64 support