* 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
This commit is contained in:
Eelco Dolstra 2012-04-10 12:50:20 +00:00
parent a7af5588b6
commit 1201116832

View file

@ -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 ''