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: Fri, 06 Mar 2020 21:44:58 +0000 Message-ID: References: <83sgl0lchm.fsf@gnu.org> <83imlwl9vm.fsf@gnu.org> <83o8uegykm.fsf@gnu.org> <74dd94a9-28cb-a5fd-dbc7-ab21009834ad@cs.ucla.edu> <87v9nj6fcl.fsf@gmx.de> <8736amwq98.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="7315"; 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 Fri Mar 06 22:46:26 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 1jAKnZ-0001mJ-Rd for ged-emacs-devel@m.gmane-mx.org; Fri, 06 Mar 2020 22:46:25 +0100 Original-Received: from localhost ([::1]:42626 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAKnY-0002vA-RR for ged-emacs-devel@m.gmane-mx.org; Fri, 06 Mar 2020 16:46:24 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36843) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAKmU-0001WY-3T for emacs-devel@gnu.org; Fri, 06 Mar 2020 16:45:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAKmS-0004u3-LN for emacs-devel@gnu.org; Fri, 06 Mar 2020 16:45:17 -0500 Original-Received: from mx.sdf.org ([205.166.94.20]:59918) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jAKmS-0004kS-Dl; Fri, 06 Mar 2020 16:45:16 -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 026Liwkl009483 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Fri, 6 Mar 2020 21:44:59 GMT Original-Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 026LiwGB026191; Fri, 6 Mar 2020 21:44:58 GMT In-Reply-To: <8736amwq98.fsf@gmx.de> (Michael Albinus's message of "Thu, 05 Mar 2020 20:33:39 +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:245296 Archived-At: Michael Albinus writes: > Andrea Corallo writes: > >> Hi Michael, > > Hi Andrea, > >>> 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. > > We could use Pipeline Schedules for that, see > . Running > bootstrapping once a week or once a month, as needed. It could still be > triggered manually, in case you want to test the CI integration itself. > > emba.gnu.org is a VM. It reports 2 cores / 8GB RAM. I have no idea how > your full bootstrapping fits, we'll see. > >> Regards >> >> Andrea > > Best regards, Michael. > Hi Michael, I took a look and seen that the debian container we are using for testing has libgccjit6 available as package. Being this debian stretch I don't understand why it's not libgccjit 7 or 8 looking at: https://packages.debian.org/search?suite=buster&arch=amd64&searchon=names&keywords=libgccjit but anyway... I did some tests in the docker and apparently it works! (we are lucky often libgccjit distributed can be broken). I added a test to the yml that performs a native bootstrap: https://gitlab.com/koral/gccemacs/-/commit/8d6fb91c7448f438744dec8f3cc9a51d0e1d8254 Now what is going to happen if I push this? Is this test going to run every time I push or we have a way to select the tests to be run per test? Also if I try to look into the pipelines in emba following https://emba.gnu.org/emacs/emacs/pipeline_schedules I get 404. Is this expected? Sorry as it's clear I'm not really skilled into this. Thanks Andrea -- akrl@sdf.org