Re: [PATCH] Add native windows on arm64 support

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [PATCH] Add native windows on arm64 support
Дата
Msg-id dc1b9bc1-c8f8-cd76-6b5f-ab828e354264@dunslane.net
обсуждение исходный текст
Ответ на Re: [PATCH] Add native windows on arm64 support  (Dave Cramer <davecramer@postgres.rocks>)
Список 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 по дате отправления:

Предыдущее
От: reid.thompson@crunchydata.com
Дата:
Сообщение: Re: Remove unused fields in ReorderBufferTupleBuf
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: [PATCH] Add native windows on arm64 support