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 eMbJENG9jF/JOgAA0tVLHw (envelope-from ) for ; Sun, 18 Oct 2020 22:12: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 Y5+dDNG9jF9UBAAAB5/wlQ (envelope-from ) for ; Sun, 18 Oct 2020 22:12: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 E37C09402DD for ; Sun, 18 Oct 2020 22:12:32 +0000 (UTC) Received: from localhost ([::1]:51258 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUGul-0003t7-UI for larch@yhetil.org; Sun, 18 Oct 2020 18:12:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53684) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUGuI-0003sG-9I for bug-guix@gnu.org; Sun, 18 Oct 2020 18:12:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55957) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kUGuI-000480-0G for bug-guix@gnu.org; Sun, 18 Oct 2020 18:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kUGuH-0006ZH-T9 for bug-guix@gnu.org; Sun, 18 Oct 2020 18:12:01 -0400 Subject: bug#43843: [PATCH] build-system/haskell: Disable parallel builds. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Sun, 18 Oct 2020 22:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43843 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: zimoun , 44049-done@debbugs.gnu.org Mail-Followup-To: 43843@debbugs.gnu.org, marius@gnu.org, zimon.toutoune@gmail.com Received: via spool by 43843-done@debbugs.gnu.org id=D43843.160305910125216 (code D ref 43843); Sun, 18 Oct 2020 22:12:01 +0000 Received: (at 43843-done) by debbugs.gnu.org; 18 Oct 2020 22:11:41 +0000 Received: from localhost ([127.0.0.1]:39269 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUGtw-0006YZ-TQ for submit@debbugs.gnu.org; Sun, 18 Oct 2020 18:11:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUGtv-0006YG-95; Sun, 18 Oct 2020 18:11:39 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50759) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUGtq-00044v-2n; Sun, 18 Oct 2020 18:11:34 -0400 Received: from ti0006q161-1594.bb.online.no ([46.9.75.77]:36678 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kUGtp-0007Cd-Aw; Sun, 18 Oct 2020 18:11:33 -0400 From: Marius Bakke In-Reply-To: <20201017221006.19515-1-zimon.toutoune@gmail.com> References: <20201017221006.19515-1-zimon.toutoune@gmail.com> Date: Mon, 19 Oct 2020 00:11:30 +0200 Message-ID: <87sgabjib1.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 43843-done@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -3.61 X-TUID: TDRslYitEo14 --=-=-= Content-Type: text/plain zimoun writes: > Fixes . > > PARALLEL-BUILD? introduced by commit 67cb9fa2357026ee42ec5bb0923ec4dc4a43abe2 > leads to unreproducibility. Instead of reverting, default is set to #false > which allows user to locally build with parallelism. > > * guix/build-system/haskell.scm (haskell-build): Turn off PARALLEL-BUILD? by > default. Thanks! I shortened the comment a little and pushed to staging in 19d42e0e23a7f90ac2dcc1c279bd23a967ff0314. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+MvZIPHG1hcml1c0Bn bnUub3JnAAoJEKKgbfKjOlT6YesH/0wf7s/gxMXl8ZpGljFeECdLFOFlwGm7g44+ oMzgdM2/NMcgLlZ0FEhng7/3ViyKZ3GmCaLlP7iAEFRCkfA+7e0aic1VZgFqdojk z4hXpfoKK0CnpI+cXT5mVvzP8iBZDjvgX2liHCPFeNICao3akkOclmdSN1/jPfDn 5UtpOOm2tYKn0McCoyhaKcBBdm/XlWIjyB5CyQSITQddi3VtAA8Lx7ZJa5cjz5C4 TnHCq7MAeTHcbRAH8Wfwi9XTQoL73MptAN8GOvHuTGMLCLFMUXAV/qwUHS3zl5r9 beu27yPjp0CjSmk9I6j5axVYMTlA9V+TejsN//Ej01ZPZwowSqM= =7cRX -----END PGP SIGNATURE----- --=-=-=--