From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add samtools Date: Sat, 13 Dec 2014 16:53:38 +0100 Message-ID: <8761dfmtq5.fsf@gnu.org> References: <878uie6pd9.fsf@gnu.org> <87k31wysbs.fsf@netris.org> <87y4qcj728.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xzp0u-0005g1-Kg for guix-devel@gnu.org; Sat, 13 Dec 2014 10:53:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xzp0n-0005DE-6a for guix-devel@gnu.org; Sat, 13 Dec 2014 10:53:48 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:47465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xzp0m-0005D3-Vf for guix-devel@gnu.org; Sat, 13 Dec 2014 10:53:41 -0500 In-Reply-To: <87y4qcj728.fsf@mango.localdomain> (Ricardo Wurmus's message of "Sat, 13 Dec 2014 09:19:11 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus skribis: > Can we disable the test suite for certain architectures? Or would they > have to be disabled completely? Yes, just pass something like in =E2=80=98arguments=E2=80=99: #:tests? (not (string=3D? (or (%current-system) (%current-target-system)) "i686-linux")) Also please add a comment above linking to the upstream bug report. TIA, :-) Ludo=E2=80=99.