From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: branch master updated: gnu: ode: Disable tests. Date: Tue, 28 Jan 2020 20:27:12 +0100 Message-ID: <87blqne60f.fsf@nicolasgoaziou.fr> References: <20200124214907.26770.54455@vcs0.savannah.gnu.org> <87blqrbowp.fsf@gnu.org> <87k15fnzlz.fsf@nicolasgoaziou.fr> <87mua7j2ve.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52196) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwWWD-0003WJ-G8 for guix-devel@gnu.org; Tue, 28 Jan 2020 14:27:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwWWC-0002vF-Ij for guix-devel@gnu.org; Tue, 28 Jan 2020 14:27:25 -0500 In-Reply-To: <87mua7j2ve.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Tue, 28 Jan 2020 11:23:49 +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-mx.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Hello, Ludovic Court=C3=A8s writes: > This should rather be: > > (string-prefix? "x86_64-" (or (%current-target-system) (%current-system= ))) > > because =E2=80=98%current-target-system=E2=80=99 is a triplet (like =E2= =80=9Carm-linux-gnueabihf=E2=80=9D) > whereas =E2=80=98%current-system=E2=80=99 is a =E2=80=9Csystem type=E2=80= =9D (like =E2=80=9Cx86_64-linux=E2=80=9D). Understood. I fixed it in 07a7cccbac59dd8265fffdd4b87616cd0419a2c7. Thank you! Regards, --=20 Nicolas Goaziou