mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 11:44:07 +00:00
* 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:
parent
a7af5588b6
commit
1201116832
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user