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 1sHaHL-009NUy-4K for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 13 Jun 2024 02:33:31 +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 1sHaHH-00BmzY-M1 for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 13 Jun 2024 02:33:28 +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 1sHaHH-00BmzQ-FL for pgsql-pkg-debian@lists.postgresql.org; Thu, 13 Jun 2024 02:33:28 +0000 Received: from mail.thelabyrinth.net ([45.56.70.56]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sHaHF-0013HG-GN for pgsql-pkg-debian@lists.postgresql.org; Thu, 13 Jun 2024 02:33:26 +0000 Received: from [10.5.0.2] (unknown [155.133.5.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dsteele) by mail.thelabyrinth.net (Postfix) with ESMTPSA id 1B82054667 for ; Thu, 13 Jun 2024 02:33:23 +0000 (UTC) Message-ID: <1b5a6c90-37ab-4a0c-818f-b2ae3a62850d@pgmasters.net> Date: Thu, 13 Jun 2024 10:33:20 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: i386 support dropped? To: pgsql-pkg-debian@lists.postgresql.org References: <31abccc6-b24d-44b5-8a56-4130802bcbc3@pgmasters.net> Content-Language: en-US From: David Steele In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 6/12/24 20:59, Christoph Berg wrote: > > Ubuntu degraded i386 to an "extra architecture without kernel and > installer" a while ago, yes. > > That said, I'm still keeping it enabled on apt.pg.o as a build target > on Debian sid because even if I'm not doing that, I'll get the same > surprises after uploading to Debian. Better catch that early. Thanks for the clarification! It has been nice to be able to test on 32-bit since it is another architecture but I guess we'll need to figure out another scheme. Perhaps test the one PG version that ships with Debian 11 and also run unit tests. Obviously architectures need to be sunset at some point and it looks like i386 has reached that point. Regards, -David