From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: On elisp running native Date: Wed, 04 Mar 2020 22:16:41 +0000 Message-ID: References: <83tv5mp48l.fsf@gnu.org> <83sgl0lchm.fsf@gnu.org> <83imlwl9vm.fsf@gnu.org> <83o8uegykm.fsf@gnu.org> <74dd94a9-28cb-a5fd-dbc7-ab21009834ad@cs.ucla.edu> <87v9nj6fcl.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="17677"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: Eli Zaretskii , Paul Eggert , Stefan Monnier , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Mar 04 23:17:33 2020 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 1j9cKb-0004Uc-5i for ged-emacs-devel@m.gmane-mx.org; Wed, 04 Mar 2020 23:17:33 +0100 Original-Received: from localhost ([::1]:40432 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9cKa-0007ji-3d for ged-emacs-devel@m.gmane-mx.org; Wed, 04 Mar 2020 17:17:32 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60790) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9cJu-00070G-Pb for emacs-devel@gnu.org; Wed, 04 Mar 2020 17:16:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9cJt-0004Hr-PD for emacs-devel@gnu.org; Wed, 04 Mar 2020 17:16:50 -0500 Original-Received: from mx.sdf.org ([205.166.94.20]:58397) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j9cJq-0004Am-C0; Wed, 04 Mar 2020 17:16:46 -0500 Original-Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 024MGgtG013951 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Wed, 4 Mar 2020 22:16:42 GMT Original-Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 024MGfui013327; Wed, 4 Mar 2020 22:16:41 GMT In-Reply-To: <87v9nj6fcl.fsf@gmx.de> (Michael Albinus's message of "Wed, 04 Mar 2020 21:21:30 +0100") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 205.166.94.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:245246 Archived-At: Michael Albinus writes: > I don't know whether you are familiar with gitlab's CI. In case you are, > and you want to use it: Emacs runs an own gitlab instance on > . You'll see there that your last commit has > failed the CI test, see . Hi Michael, thanks for the info, these prove to be already very useful! :) I didn't know the CI was running all branches. As I'm rarely building the non native configuration on that branch (unless when doing comparisons) I'll certanly keep a look on it since today. Should be fixed by now lets see if it pass then. > Besides fixing this, you could also *add* own CI tests, which will be > run once your branch has seen any git push. The tests are described in > Emacs' root directory, file .gitlab-ci.yml. Read also admin/notes/emba. > > Just in case you're interested in. I'd be certanly very interested. The issue could be that, as of today, bootstrapping and native compiling the whole Emacs is about 7h total cpu time (to be divided by the machine parallelism). Not sure how many cpu threads emba.gnu.org has and if we want to load it with this. Regards Andrea -- akrl@sdf.org