From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:34264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBqcz-0006j4-JR for guix-patches@gnu.org; Wed, 03 Apr 2019 20:53:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBqcx-0007D0-7M for guix-patches@gnu.org; Wed, 03 Apr 2019 20:53:13 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58162) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBqco-00075d-LX for guix-patches@gnu.org; Wed, 03 Apr 2019 20:53:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBqco-0004Wd-F1 for guix-patches@gnu.org; Wed, 03 Apr 2019 20:53:02 -0400 Subject: [bug#35126] [PATCH] gnu: rust: Enable parallel tests starting with 1.26. Resent-Message-ID: Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) From: Ivan Petkov In-Reply-To: <20190403170044.21420-1-dannym@scratchpost.org> Date: Wed, 3 Apr 2019 17:52:35 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20190403170044.21420-1-dannym@scratchpost.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 35126@debbugs.gnu.org Functionally, it looks good to me (and should speed up all subsequent = builds)! Just curious, any reason why we=E2=80=99re doing this starting 1.26 and = not earlier? =E2=80=94Ivan=