From 12011168328be038720246e20b0eb3be76846ad7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 10 Apr 2012 12:50:20 +0000 Subject: [PATCH] * Temporarily add "-cpu kvm64" to work around the GMP abort() bug that has been fixed in the stdenv branch. http://hydra.nixos.org/build/2380676 svn path=/nixos/trunk/; revision=33718 --- tests/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/installer.nix b/tests/installer.nix index 10930952a42..4cd546fbe26 100644 --- a/tests/installer.nix +++ b/tests/installer.nix @@ -94,7 +94,7 @@ let createDisk("harddisk", 4 * 1024); my $machine = createMachine({ hda => "harddisk", cdrom => glob("${iso}/iso/*.iso"), - qemuFlags => '${optionalString testChannel (toString (qemuNICFlags 1 1 2))}'}); + qemuFlags => '${optionalString testChannel (toString (qemuNICFlags 1 1 2))} ${optionalString (pkgs.stdenv.system == "x86_64-linux") "-cpu kvm64"}'}); $machine->start; ${optionalString testChannel ''