From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id I3atNcU1IGBYeAAA0tVLHw (envelope-from ) for ; Sun, 07 Feb 2021 18:47:33 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 0OLuMMU1IGB9TQAAB5/wlQ (envelope-from ) for ; Sun, 07 Feb 2021 18:47:33 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A4DD094030E for ; Sun, 7 Feb 2021 18:47:29 +0000 (UTC) Received: from localhost ([::1]:52444 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l8p5k-0006mv-KF for larch@yhetil.org; Sun, 07 Feb 2021 13:47:28 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l8p2H-0003NG-4W for guix-devel@gnu.org; Sun, 07 Feb 2021 13:43:53 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34865) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l8p2G-0004WE-4e; Sun, 07 Feb 2021 13:43:52 -0500 Received: from [2a01:e0a:19b:d9a0:3165:bcdf:e1b3:a08d] (port=41014 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l8p2F-0000qx-Ir; Sun, 07 Feb 2021 13:43:51 -0500 From: Mathieu Othacehe To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: Building the core-updates branch. References: <87blcxaad3.fsf@gnu.org> <878s80zx0j.fsf@gnu.org> <87im734u19.fsf@gnu.org> Date: Sun, 07 Feb 2021 19:43:50 +0100 In-Reply-To: <87im734u19.fsf@gnu.org> (Mathieu Othacehe's message of "Sun, 07 Feb 2021 19:22:42 +0100") Message-ID: <87eehr4t21.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.60 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: A4DD094030E X-Spam-Score: -0.60 X-Migadu-Scanner: scn0.migadu.com X-TUID: dDDvaNlkN9vB > Turns out "core-updates" is still configured to build the "core" subset, > I don't really understand why the evaluation 74281 triggered the build > of so many packages. Just fixed it with 2c30440f89244202bddebe76f90c6b0b8145ba5d on maintenance repository. We will now be building 87 jobs instead of 44290 on core-updates. Mathieu