Re: [PATCH] Add native windows on arm64 support
Niyas Sait <niyas.sait@linaro.org>
From: Niyas Sait <niyas.sait@linaro.org>
To: Andres Freund <andres@anarazel.de>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Michael Paquier <michael@paquier.xyz>, Thomas Munro <thomas.munro@gmail.com>, Julien Rouhaud <rjuju123@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-04-19T14:22:30Z
Lists: pgsql-hackers
> Niyas, any updates on that? Sorry for the delay! Configuring the scripts took some time. I have successfully run the builfarm animal script using my git repository [1] which contains the proposed patch on a Windows Arm64 machine. I made a request to add a new machine to build farm through [2]. I believe we should be able to enable the build farm machine once the change has been merged. Thanks, Niyas [1] https://github.com/nsait-linaro/postgres.git [2] https://buildfarm.postgresql.org/cgi-bin/register-form.pl On Thu, 7 Apr 2022 at 18:54, Andres Freund <andres@anarazel.de> wrote: > Hi, > > On 2022-04-07 13:42:49 -0400, Tom Lane wrote: > > Andres Freund <andres@anarazel.de> writes: > > > On 2022-04-07 09:40:43 -0400, Tom Lane wrote: > > >> If it causes problems down the road, how will we debug it? > > > > > If what causes problems down the road? Afaics the patch doesn't change > > > anything outside of windows-on-arm, so it shouldn't cause any breakage > we care > > > about until we get a buildfarm animal. > > > > Do we have a volunteer to run a buildfarm animal? I don't see much > > point in thinking about this till there is one ready to go. > > OP said that they might be able to: > > https://www.postgresql.org/message-id/CAFPTBD_NZb%3Dq_6uE-QV%2BS%2Bpm%3DRc9sBKrg8CQ_Y3dc27Awrm7cQ%40mail.gmail.com > > Niyas, any updates on that? > > Greetings, > > Andres Freund >
Commits
-
MSVC: Support building for AArch64.
- a516b3f00d74 19 (unreleased) landed
-
Remove "#ifdef WIN32" guards from src/port/win32*.c
- 09eb633e1baa 17.0 cited
-
Adjust XML test case to avoid unstable behavior.
- 4ea07e7cf3c6 16.0 landed
-
Enable RandomizedBaseAddress (ASLR) on Windows with MSVC builds
- 36389a060ca6 16.0 landed