From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: End of beta soon? drop i686? Date: Wed, 12 Dec 2018 08:40:23 +0100 Message-ID: <20181212074023.GA1383@jurong> References: <87y38val12.fsf@netris.org> <87bm5r5w13.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWz8F-00034Z-4Z for guix-devel@gnu.org; Wed, 12 Dec 2018 02:40:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWz8A-0004DO-0w for guix-devel@gnu.org; Wed, 12 Dec 2018 02:40:35 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:40014) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gWz89-0004Bg-Pv for guix-devel@gnu.org; Wed, 12 Dec 2018 02:40:29 -0500 Content-Disposition: inline In-Reply-To: <87bm5r5w13.fsf@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel@gnu.org On Wed, Dec 12, 2018 at 03:16:56AM +0100, Ricardo Wurmus wrote: > > I'm opposed to dropping i686 support. If we dropped support for systems > > that are not well supported in Guix, the only system left standing would > > be x86_64-linux. I believe it is of paramount importance that Guix be > > portable to multiple processor architectures. Even if we are not yet > > able to provide a good user experience on other systems, we can still > > keep the bulk of our code portable and multi-architecture aware. > > I whole-heartedly agree with Mark. We will not drop i686 support. And a big advantage of i686, even if noone were to use it anymore, is that we have a large build farm capacity, since it is built on the x86_64 machines. So it can act as our "canary in the mine", warning of portability problems. Andreas