From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Migrating to sourcehut - what's missing? Date: Wed, 22 Dec 2021 20:08:11 +0100 Message-ID: <87zgoswj8k.fsf@telefonica.net> References: <871r26w27h.fsf@thornhill.no> <87v8zh6azv.fsf@ericabrahamsen.net> <87zgot648w.fsf@posteo.net> <878rwdpry1.fsf@thornhill.no> <87lf0dk52x.fsf@posteo.net> <8735mlpqes.fsf@thornhill.no> <87zgotoanj.fsf@thornhill.no> <87zgosg8de.fsf@gnus.org> <87k0fwq1av.fsf@yahoo.com> <350CDBCF-F913-4CD9-BB39-5E7D9D50FD9F@thornhill.no> <875yrgpzdh.fsf@yahoo.com> <4F1BB31A-3640-483D-919D-A413D3E0788F@thornhill.no> <874k70eqny.fsf@gnus.org> <5B4A020F-867E-4C4D-BC9A-EA47B64B231F@thornhill.no> <87mtksdajg.fsf@gnus.org> <6FF9E6B5-A969-490F-A94F-6E24293310B2@thornhill.no> <87ilvgda4f.fsf@gnus.org> <69BD4BEA-FC96-488A-B7A0-429EA5FD7D07@thornhill.no> <87ee64d9ix.fsf@gnus.org> <2032B9EC-BE8F-422E-8EC1-500A00281FC1@thornhill.no> <87mtksa6of.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19223"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:erXFevIWSH4/odlZcwtvcOgk2TQ= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 22 20:11:03 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n070t-0004gG-Jm for ged-emacs-devel@m.gmane-mx.org; Wed, 22 Dec 2021 20:10:59 +0100 Original-Received: from localhost ([::1]:43230 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n070s-0002US-F0 for ged-emacs-devel@m.gmane-mx.org; Wed, 22 Dec 2021 14:10:58 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49100) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n06yQ-0000N6-92 for emacs-devel@gnu.org; Wed, 22 Dec 2021 14:08:26 -0500 Original-Received: from ciao.gmane.io ([116.202.254.214]:48182) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n06yO-0006pq-M8 for emacs-devel@gnu.org; Wed, 22 Dec 2021 14:08:26 -0500 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1n06yL-0001RK-8c for emacs-devel@gnu.org; Wed, 22 Dec 2021 20:08:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:282821 Archived-At: Lars Ingebrigtsen writes: > My dream is to have a CI that'll tell me within a minute of pushing a > change about all the systems I've broken the build on, but I guess that > will probably have to remain a dream (unless the FSF has more money than > it should). The Emacs build has several parts with no paralellization. In my humble 8-thread machine most of the 4.5 minutes it takes to build (without native-comp) only one thread is active, and today's CPUs are not much faster than mine doing single-threaded tasks.