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 1sHNa6-006kdb-AP for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 12 Jun 2024 13:00: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 1sHNa4-0007ce-Nr for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 12 Jun 2024 13:00:01 +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 1sHNa4-0007bg-HJ for pgsql-pkg-debian@lists.postgresql.org; Wed, 12 Jun 2024 13:00:01 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sHNZy-001H0X-AO for pgsql-pkg-debian@lists.postgresql.org; Wed, 12 Jun 2024 13:00:00 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1480:91e0:e5dd:5ff4:a196:e226]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4Vzlxj3GS5z3GBh; Wed, 12 Jun 2024 14:59:53 +0200 (CEST) Date: Wed, 12 Jun 2024 14:59:53 +0200 From: Christoph Berg To: David Steele Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: i386 support dropped? Message-ID: References: <31abccc6-b24d-44b5-8a56-4130802bcbc3@pgmasters.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <31abccc6-b24d-44b5-8a56-4130802bcbc3@pgmasters.net> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: David Steele > I can't find an announcement related to this but it looks like i386 support > has been dropped from the Ubuntu 20.04 and Debian 11 repos. Hi David, it's been a while like that, the last releases with i386 on apt.pg. were Debian buster (10) and Ubuntu bionic (18.04) > Just wanted to confirm this is the case on the off chance I'm doing > something wrong. There are also a few packages we need that are missing from > base i386 Ubuntu 20.04 so I guess i386 is just dying off? 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. Christoph