Re: [PATCH] Add native windows on arm64 support
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Dave Cramer <davecramer@postgres.rocks>,
Michael Paquier <michael@paquier.xyz>
Cc: Anthony Roberts <anthony.roberts@linaro.org>,
Peter Eisentraut <peter@eisentraut.org>, Daniel Gustafsson
<daniel@yesql.se>, Tom Lane <tgl@sss.pgh.pa.us>,
Mike Holmes <mike.holmes@linaro.org>, Andres Freund <andres@anarazel.de>,
Thomas Munro <thomas.munro@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Lina Iyer <lina.iyer@linaro.org>
Date: 2024-01-25T19:31:43Z
Lists: pgsql-hackers
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. cheers andrew -- Andrew Dunstan EDB:https://www.enterprisedb.com
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