From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:52921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCAXD-0006mH-Td for guix-patches@gnu.org; Thu, 04 Apr 2019 18:08:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCAPu-0007rN-RF for guix-patches@gnu.org; Thu, 04 Apr 2019 18:01:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59457) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hCAPu-0007rD-IC for guix-patches@gnu.org; Thu, 04 Apr 2019 18:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hCAPu-0004Wd-6d for guix-patches@gnu.org; Thu, 04 Apr 2019 18:01: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: <20190404202929.7b932d3b@scratchpost.org> Date: Thu, 4 Apr 2019 14:59:53 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20190403170044.21420-1-dannym@scratchpost.org> <20190404202929.7b932d3b@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 Hi Danny, > On Apr 4, 2019, at 11:29 AM, Danny Milosavljevic = wrote: >=20 > There have been problems with it in very old Rust builds which is why = it was > disabled in the first place. >=20 > Icecat uses Rust 1.24 - I selfishly don't want to change that one = because I > use it ;) Can=E2=80=99t say that I fault you there, I really hate having to = rebootstrap the entire rust chain ;) > And I'm not sure when (in which version) they fixed the parallel tests = (if > they fixed them, that is). >=20 > So I'm kinda starting in the middle... We can always try moving it up to earlier versions as necessary, so = I=E2=80=99m fine with landing this as long as all the later tests build fine! =E2=80=94Ivan=