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.96) (envelope-from ) id 1wL0VR-001T1h-0u for pgsql-hackers@arkaria.postgresql.org; Thu, 07 May 2026 15:19:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wL0VP-004p45-2i for pgsql-hackers@arkaria.postgresql.org; Thu, 07 May 2026 15:19:15 +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.96) (envelope-from ) id 1wL0VP-004p3q-1m for pgsql-hackers@lists.postgresql.org; Thu, 07 May 2026 15:19:15 +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.98.2) (envelope-from ) id 1wL0VN-00000000f5v-0Ktr; Thu, 07 May 2026 15:19:14 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 647FJ3FP870012; Thu, 7 May 2026 11:19:03 -0400 From: Tom Lane To: Tobias Bussmann cc: Daniel Gustafsson , John Naylor , Jakob Egger , PostgreSQL Hackers , john.naylor@postgresql.org Subject: Re: Broken build on macOS (Universal / Intel): cpuid instruction not available In-reply-to: <4C564B1C-389B-4ACD-9644-36B331538D76@gmx.net> References: <223EA201-A0E8-4A13-B220-EB903E8DF817@eggerapps.at> <857403.1778162371@sss.pgh.pa.us> <4C564B1C-389B-4ACD-9644-36B331538D76@gmx.net> Comments: In-reply-to Tobias Bussmann message dated "Thu, 07 May 2026 16:57:50 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <870010.1778167143.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 07 May 2026 11:19:03 -0400 Message-ID: <870011.1778167143@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Tobias Bussmann writes: > I've already noticed that there isn't much variety in the buildfarm anim= als > available for Darwin. Given the availability of a fairly beefy macOS VM = server > here, I've considered hosting some VMs to provide coverage of things lik= e > universal builds and cross-compilation using different versions of the A= pple > toolkits for the build farm. This issue provides the motivation to take = it further. +1. If you're relying on such edge cases working, hosting a buildfarm animal is by far the best way to ensure they keep working. regards, tom lane