Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qZVIk-005dn3-05 for pgsql-hackers@arkaria.postgresql.org; Fri, 25 Aug 2023 11:48:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qZVIh-002ZDg-Eb for pgsql-hackers@arkaria.postgresql.org; Fri, 25 Aug 2023 11:48:27 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qZVIh-002ZDQ-3v for pgsql-hackers@lists.postgresql.org; Fri, 25 Aug 2023 11:48:26 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qZVId-000xp2-91 for pgsql-hackers@lists.postgresql.org; Fri, 25 Aug 2023 11:48:26 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 605B32FA4554 for ; Fri, 25 Aug 2023 13:48:22 +0200 (CEST) Received: from s899.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 4DAE82E28906; Fri, 25 Aug 2023 13:48:22 +0200 (CEST) Received: from s475.loopia.se (unknown [172.22.191.6]) by s899.loopia.se (Postfix) with ESMTP id 481002C8BABE; Fri, 25 Aug 2023 13:48:22 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.01 X-Spam-Level: X-Spam-Status: No, score=-1.01 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=disabled Received: from s899.loopia.se ([172.22.191.5]) by s475.loopia.se (s475.loopia.se [172.22.190.15]) (amavisd-new, port 10024) with UTF8LMTP id DXPWevJQ0WFE; Fri, 25 Aug 2023 13:48:21 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s899.loopia.se (Postfix) with ESMTPSA id A3B062C8BAA9; Fri, 25 Aug 2023 13:48:21 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.3\)) Subject: Re: [PATCH] Add native windows on arm64 support From: Daniel Gustafsson In-Reply-To: <219d1120-f383-6e63-1954-b3c0ebefa61c@linaro.org> Date: Fri, 25 Aug 2023 13:48:21 +0200 Cc: Michael Paquier , Andrew Dunstan , Mike Holmes , Tom Lane , Andres Freund , Ian Lawrence Barwick , Thomas Munro , Julien Rouhaud , PostgreSQL Hackers , robhenry@microsoft.com, "Jonathan S. Katz" , Alvaro Herrera , Amit Kapila Content-Transfer-Encoding: quoted-printable Message-Id: <6D1E2719-FA49-42A5-A6FF-0B0072BF631D@yesql.se> References: <3864856.1683347740@sss.pgh.pa.us> <20230508191731.mtt3mpgrr6v2br7t@awork3.anarazel.de> <461478.1683575921@sss.pgh.pa.us> <00b0804c-3e5d-22b5-c7dd-3efe6d43d78d@dunslane.net> <6d533c8f-9158-33e2-d476-f15bc4e055f1@linaro.org> <219d1120-f383-6e63-1954-b3c0ebefa61c@linaro.org> To: Anthony Roberts X-Mailer: Apple Mail (2.3696.120.41.1.3) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 25 Aug 2023, at 11:40, Anthony Roberts = wrote: > * A machine for you to directly access (via a VPN) That could be very helpful to provide to developers who are trying to = debug very wicked bugs which requires access for analysis. Such things are on = a case by case basis of course at your discretion, but it would most likely be = very appreciated when/if the need exists. > * A machine we just run a worker script on that automatically picks up = the builds as required This sounds like what we have for the buildfarm, where machines = independently builds the branches from the Git repo by using the buildfarm client as = worker. > * Us to do downstream CI This sounds like the CFBot, where we (currently) use Cirrus with our own workers for building and testing the patches which are being worked on. http://cfbot.cputube.org/ Both the two latter options are very helpful for the community, and = serve two distincly different purposes. Option 2 is required for a platform to be considered supported whereas option 3 assists developers in being = proactive rather than just reactive. -- Daniel Gustafsson