From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id EDJZHh9ULWUWwgAA9RJhRA:P1 (envelope-from ) for ; Mon, 16 Oct 2023 17:17:51 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id EDJZHh9ULWUWwgAA9RJhRA (envelope-from ) for ; Mon, 16 Oct 2023 17:17:51 +0200 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 BEBC66A37E for ; Mon, 16 Oct 2023 17:17:50 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=O61FtjdG; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697469471; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=qc/rb6ZfBn3ka58hQMRkwS7QExCF3bJh270ZvlixsEc=; b=o4XhzHihfbdZ4rJRT7nEU2xlr5gs2NISCpfxMI+g7hh1FAtYoLr+rS3krS0oZkijbQARWQ PJwVUIpfuVhXkFNPzGRM+uoquVUwt0H3EpMXopfMb25tBygc+MLVTefkLUzKy6W76tqZ+B hu9RWrStCYzqQjc2o3kF7Leni2G1NS5rJxr341UhOJFZxCL2I+NAnmVgLUQ9UGSyho6IyD BsHVTkk4HlPjAjC4iRyciZWKUbaGpanFgjTC01RS+nAHCSaFKfItGCp7lLvxVCAUeODL5r Qk0kcp0iqUHKX3CfNDdlL8Knbnrq8ezeUv0M0NUhz2dVehd/ZwXc2tJvwnMGKQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697469471; a=rsa-sha256; cv=none; b=KM56v4CmVzFq3EaPW1mqXnDO5F7pIAEHpVDr1qf95Zm/NILCqe5RL0B94lz7tx/1PRVqtZ vJ/nyoDkzGGA90RzbaFWCfFZq4AOJome+dCvymOqCr0AS5u8jYPs1sDeS18rOer41ejeML kmfkgZGyuQsKtk0JOE8FJmzh3xW/hSqH0nUnDFWgOe5u/eOSkeEALJaj/cumw/WAnAJ7rr fxGUEU5zGsmQY9S3LNJjUb75qXNl5/81F7VRriaUZfvu74iFnXcnj0dxEGi/sc2tL1YNHH /6nYw+Tw03iuMaCQ+1JJk+f5Cubihr8XA0Ul9R/WCkUnK1es+ZmMH5Vc5flb7A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=O61FtjdG; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qsPLl-0007j3-Ri; Mon, 16 Oct 2023 11:17:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qsPLf-0007fF-CO for guix-patches@gnu.org; Mon, 16 Oct 2023 11:17:41 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qsPLe-0001EE-CT for guix-patches@gnu.org; Mon, 16 Oct 2023 11:17:39 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qsPM2-0005SM-L7 for guix-patches@gnu.org; Mon, 16 Oct 2023 11:18:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66525] [PATCH 1/7] gnu: mutter: Remove dependency on (guix build syscalls). Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 16 Oct 2023 15:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66525 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Cc: 66525@debbugs.gnu.org, Liliana Marie Prikler , Raghav Gururajan Received: via spool by 66525-submit@debbugs.gnu.org id=B66525.169746944220921 (code B ref 66525); Mon, 16 Oct 2023 15:18:02 +0000 Received: (at 66525) by debbugs.gnu.org; 16 Oct 2023 15:17:22 +0000 Received: from localhost ([127.0.0.1]:57606 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsPLN-0005RN-T1 for submit@debbugs.gnu.org; Mon, 16 Oct 2023 11:17:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32774) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsPLI-0005R6-Fe for 66525@debbugs.gnu.org; Mon, 16 Oct 2023 11:17:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qsPKn-00016J-GS; Mon, 16 Oct 2023 11:16:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=qc/rb6ZfBn3ka58hQMRkwS7QExCF3bJh270ZvlixsEc=; b=O61FtjdGsMGW5V1zJwtY MTc03zqtY7WippqpUs1y8dcsgCGynd3YgpVoF4OvUo+5E3zclc2sIa+WAlfDnWd6rGWAXcw1V8zz+ RWKoETChVu3mSKFpUSMiBM1dq0ZJLEj/11zeRebSTsJ0dlIkU+YrReuFuYf7iqAut5K91zVIEcuGZ YQ+QCH6UmWG5i/Fhfi7lU+V8kgNNnBV+fpkDay4SRjeQwjWB1BGpi2U2ncIiLHAdGK2Sjub5vuvdp onLZmFFLXHTRTvmczBc7M0pGNwGWMg7ONs3Za5yEm4hIdAHixc48r7ECCZtWNdnnMEjrWFoiCns6b hPPAjyhvGGV6Cg==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <878r831x1s.fsf@gmail.com> (Maxim Cournoyer's message of "Sun, 15 Oct 2023 15:54:23 -0400") References: <51c7e4c608c40f38c83a4ac9db88e8e1c2985ac1.1697211312.git.ludo@gnu.org> <874jit5psy.fsf@gmail.com> <87y1g5ayal.fsf@gnu.org> <878r831x1s.fsf@gmail.com> Date: Mon, 16 Oct 2023 17:16:40 +0200 Message-ID: <87il767g2v.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: -3.77 X-Migadu-Queue-Id: BEBC66A37E X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -3.77 X-TUID: jTyMfJZECiiR Hi, Maxim Cournoyer skribis: > Ludovic Court=C3=A8s writes: > >> Maxim Cournoyer skribis: >> >>> I think it could go to core-updates since we're already prepping the >>> branch. It may give some respite to the berlin aarch64 workers, which >>> have been working non-stop for days or weeks. >> >> Yeah, it=E2=80=99s a tempting option in terms of resource usage, but les= s in >> terms of legibility of the whole process. Dunno. > > Yeah, for resource usage, bundling this to core-updates makes sense, > especially since it should only affect running the test suite of the > packages touched, not their output. OTOH, my initial motivation was to apply patches to syscalls.scm that have been queued for quite a while already: https://issues.guix.gnu.org/66055 https://issues.guix.gnu.org/66054 https://issues.guix.gnu.org/65546 I fear that bundling it with =E2=80=98core-updates=E2=80=99 would delay it = by several more months. Resource usage is a concern due to the low AArch64 build power, but it=E2= =80=99s not too bad lately, even with =E2=80=98rust-team=E2=80=99 and =E2=80=98gnom= e-team=E2=80=99 updates: https://ci.guix.gnu.org/metrics So overall, I think I have a preference for making a dedicated branch and queueing a branch merge request. (I think it=E2=80=99s also good to use that process more widely.) WDYT? Ludo=E2=80=99.