Merge pull request #120679 from lukegb/big-parallel
treewide: require big-parallel on large, slow builds
This commit is contained in:
@@ -297,6 +297,9 @@ stdenv.mkDerivation rec {
|
||||
qemu-system-i386 = "bin/qemu-system-i386";
|
||||
};
|
||||
|
||||
# Builds in ~3h with 2 cores, and ~20m with a big-parallel builder.
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.qemu.org/";
|
||||
description = "A generic and open source machine emulator and virtualizer";
|
||||
|
||||
Reference in New Issue
Block a user