From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: Help wanted: Nightly builds for Guix Date: Fri, 20 Mar 2020 15:13:38 +0100 Message-ID: <87h7yjjer1.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47119) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFIP9-0003bQ-6H for guix-devel@gnu.org; Fri, 20 Mar 2020 10:13:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFIP8-00016x-0j for guix-devel@gnu.org; Fri, 20 Mar 2020 10:13:43 -0400 Received: from mail-wm1-x32f.google.com ([2a00:1450:4864:20::32f]:39687) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jFIP7-00015k-Qn for guix-devel@gnu.org; Fri, 20 Mar 2020 10:13:41 -0400 Received: by mail-wm1-x32f.google.com with SMTP id a9so3437297wmj.4 for ; Fri, 20 Mar 2020 07:13:41 -0700 (PDT) In-reply-to: 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-mx.org@gnu.org Sender: "Guix-devel" To: Carl Dong Cc: guix-devel@gnu.org Hello Carl, > I would like to help make nightly builds available for Guix. This was something > that was discussed briefly at Guix Days, and the reception was positive. Do you mean nightly builds of Guix itself? If yes, I guess one good starting point would be what we already build in our CI. We use Cuirass to build all packages on top of master, core-updates and staging branches each time those branches are modified. We also do build Guix "itself" so that you get substitutes when running "guix pull". You can find a part of our Cuirass CI configuration here[1]. Adding a Cuirass job, doing the equivalent of "make release" nightly could be possible this way, if that's what you intend to do. Thanks, Mathieu [1]: http://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/modules/sysadmin/services.scm