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 1qbZtX-00CRNL-9Z for pgsql-hackers@arkaria.postgresql.org; Thu, 31 Aug 2023 05:07:03 +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 1qbZtV-0045aa-Op for pgsql-hackers@arkaria.postgresql.org; Thu, 31 Aug 2023 05:07:01 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qbZtV-0045aI-EZ for pgsql-hackers@lists.postgresql.org; Thu, 31 Aug 2023 05:07:01 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qbZtS-001uNM-A8 for pgsql-hackers@lists.postgresql.org; Thu, 31 Aug 2023 05:07:00 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 37V56rsl308521; Thu, 31 Aug 2023 01:06:53 -0400 From: Tom Lane To: Thomas Munro cc: Michael Paquier , Anthony Roberts , Andrew Dunstan , Mike Holmes , Andres Freund , Ian Lawrence Barwick , Julien Rouhaud , PostgreSQL Hackers , robhenry@microsoft.com, "Jonathan S. Katz" , Alvaro Herrera , Amit Kapila , Lina Iyer Subject: Re: [PATCH] Add native windows on arm64 support In-reply-to: References: <00b0804c-3e5d-22b5-c7dd-3efe6d43d78d@dunslane.net> <6d533c8f-9158-33e2-d476-f15bc4e055f1@linaro.org> <219d1120-f383-6e63-1954-b3c0ebefa61c@linaro.org> <80542823-5318-12e9-d306-5bbe35a689b1@linaro.org> Comments: In-reply-to Thomas Munro message dated "Thu, 31 Aug 2023 16:57:05 +1200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <308519.1693458413.1@sss.pgh.pa.us> Date: Thu, 31 Aug 2023 01:06:53 -0400 Message-ID: <308520.1693458413@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > But, supposing Azure credits were suddenly available (just between > you, me and the mailing list, I heard that this should be imminent as > some kind of grant to PG US, as a result of the Cirrus thing), do we > have a Windows-savvy volunteer to feed and water an animal? I feel > like this case is inevitable anyway because people in our own > community are probably going to be using Windows ARM laptops sooner or > later... That's a good point. The hardware resources to support a buildfarm animal are really pretty trivial these days. What is important is an animal owner who is willing to help chase down problems when they arise. Maybe we just need to wait for some community members to acquire those laptops. regards, tom lane